Skip to content

Variable: GetMemberNotificationChannelSettingSchema

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

Defined in: parameters/getMemberNotificationChannelSetting.ts:3