interface User {
    attributes: {
        email: string;
        has_2fa: boolean;
        naem_last: string;
        name_first: string;
    };
    object: "user";
}

Properties

Properties

attributes: {
    email: string;
    has_2fa: boolean;
    naem_last: string;
    name_first: string;
}

Type declaration

  • email: string
  • has_2fa: boolean
  • naem_last: string
  • name_first: string
object: "user"

Generated using TypeDoc