Variable: AccountTypeSchema
ts
const AccountTypeSchema: ZodCustom<"unknown" | string & object | "atlassian" | "app" | "customer", "unknown" | string & object | "atlassian" | "app" | "customer">;Defined in: src/v2/models/accountType.ts:5
The account type of the user.