Skip to content

Variable: AccountIdEmailRecordSchema

ts
const AccountIdEmailRecordSchema: ZodObject<{
  accountId: ZodString;
  email: ZodString;
}, $loose>;

Defined in: src/v1/models/accountIdEmailRecord.ts:4