Variable: RemoveNotificationFromNotificationSchemeSchema
ts
const RemoveNotificationFromNotificationSchemeSchema: ZodObject<{
notificationId: ZodString;
notificationSchemeId: ZodString;
}, $strip>;Defined in: src/cloud/parameters/removeNotificationFromNotificationScheme.ts:3