Skip to content

Variable: AccountIdEmailRecordArraySchema

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

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