Variable NotificationSchemeAndProjectMappingJsonSchemaConst
NotificationSchemeAndProjectMappingJsonSchema: ZodObject<
{
notificationSchemeId: ZodOptional<ZodString>;
projectId: ZodOptional<ZodString>;
},
$loose,
> = NotificationSchemeAndProjectMappingSchema
Deprecated
Renamed to
NotificationSchemeAndProjectMappingSchema, which describes the same shape. This alias is removed in the next major version.