Skip to content

Variable: GetMemberNotificationChannelSettingSchema

ts
const GetMemberNotificationChannelSettingSchema: ZodObject<{
  channel: ZodEnum<{
     email: "email";
  }>;
  id: ZodUnion<readonly [ZodString, ZodString]>;
}, $strip>;

Defined in: parameters/getMemberNotificationChannelSetting.ts:4