jira.js
    Preparing search index...

    Variable UserPickerUserSchemaConst

    UserPickerUserSchema: ZodObject<
        {
            accountId: ZodOptional<ZodString>;
            accountType: ZodOptional<
                ZodCustom<
                    "unknown"
                    | string & {}
                    | "atlassian"
                    | "app"
                    | "customer",
                    "unknown" | string & {} | "atlassian" | "app" | "customer",
                >,
            >;
            avatarUrl: ZodOptional<ZodURL>;
            displayName: ZodOptional<ZodString>;
            html: ZodOptional<ZodString>;
        },
        $loose,
    > = ...

    A user found in a search.