Skip to content

Variable: GetMemberNotificationChannelSettingSchema

ts
const GetMemberNotificationChannelSettingSchema: ZodObject<{
  channel: ZodCustom<"email" | string & object, "email" | string & object>;
  id: ZodUnion<readonly [ZodString, ZodString]>;
}, $strip>;

Defined in: parameters/getMemberNotificationChannelSetting.ts:4