Variable: AccountTypeSchema
ts
const AccountTypeSchema: ZodEnum<{
app: "app";
atlassian: "atlassian";
customer: "customer";
unknown: "unknown";
}>;Defined in: src/v2/models/accountType.ts:4
The account type of the user.