Variable: GetNotificationSchemeForProjectSchema
ts
const GetNotificationSchemeForProjectSchema: ZodObject<{
expand: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<
| "all"
| "user"
| "group"
| "field"
| string & object
| "notificationSchemeEvents"
| "projectRole",
| "all"
| "user"
| "group"
| "field"
| string & object
| "notificationSchemeEvents"
| "projectRole">, ZodArray<ZodCustom<
| "all"
| "user"
| "group"
| "field"
| string & object
| "notificationSchemeEvents"
| "projectRole",
| "all"
| "user"
| "group"
| "field"
| string & object
| "notificationSchemeEvents"
| "projectRole">>]>>;
projectKeyOrId: ZodString;
}, $strip>;Defined in: src/cloud/parameters/getNotificationSchemeForProject.ts:4