Preparing search index...
    type UserInfoType = {
        active: boolean;
        admin: boolean;
        createdAt: string | null;
        createdBy: string | null;
        delegatedRoles: string[];
        email: string;
        emailNotification: boolean;
        external: boolean;
        firstName: string;
        fullName: string;
        lastName: string;
        locale: Locales;
        login: string;
        properties: UserPropertyType[];
        roles: string[];
        rolesData: RoleDataType[];
        securityDataSource: string;
        securityLabels: [];
        updatedAt: string | null;
        updatedBy: string | null;
    }
    Index

    Properties

    active: boolean
    admin: boolean
    createdAt: string | null
    createdBy: string | null
    delegatedRoles: string[]
    email: string
    emailNotification: boolean
    external: boolean
    firstName: string
    fullName: string
    lastName: string
    locale: Locales
    login: string
    properties: UserPropertyType[]
    roles: string[]
    rolesData: RoleDataType[]
    securityDataSource: string
    securityLabels: []
    updatedAt: string | null
    updatedBy: string | null