Skip to content

Variable: UserKeySchema

ts
const UserKeySchema: ZodObject<{
  accountId: ZodOptional<ZodString>;
}, $loose>;

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

List of user account IDs.