pl-api
    Preparing search index...

    Type Alias AdminAccount

    AdminAccount: {
        account: Account | null;
        actor_type: string | null;
        approved: boolean;
        confirmed: boolean;
        created_at: string;
        created_by_application_id?: string;
        disabled: boolean;
        display_name: string | null;
        domain: string | null;
        email: string | null;
        id: string;
        invite_request: string | null;
        invited_by_account_id?: string;
        ip: string | null;
        ips: { ip: string; used_at: string }[];
        locale: string | null;
        role:
            | {
                color: string;
                highlighted: boolean;
                id: string;
                name: string;
                permissions: string;
            }
            | null;
        sensitized: boolean;
        silenced: boolean;
        suggested: boolean
        | null;
        suspended: boolean;
        username: string;
    }

    Type Declaration

    • account: Account | null
    • actor_type: string | null
    • approved: boolean
    • confirmed: boolean
    • created_at: string
    • Optionalcreated_by_application_id?: string
    • disabled: boolean
    • display_name: string | null
    • domain: string | null
    • email: string | null
    • id: string
    • invite_request: string | null
    • Optionalinvited_by_account_id?: string
    • ip: string | null
    • ips: { ip: string; used_at: string }[]
    • locale: string | null
    • role:
          | {
              color: string;
              highlighted: boolean;
              id: string;
              name: string;
              permissions: string;
          }
          | null
    • sensitized: boolean
    • silenced: boolean
    • suggested: boolean | null
    • suspended: boolean
    • username: string