Skip to content

Variable: UserPickerUserSchema

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

Defined in: src/cloud/models/userPickerUser.ts:5

A user found in a search.