Skip to content

Variable: UpdateMemberNotificationChannelBlockedKeySchema

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

Defined in: parameters/updateMemberNotificationChannelBlockedKey.ts:3