Variable GetNotificationSchemesSchemaConst
GetNotificationSchemesSchema: ZodObject<
{
expand: ZodOptional<
ZodUnion<
readonly [
ZodString,
ZodArray<ZodString>,
ZodCustom<
| "all"
| "user"
| "group"
| "field"
| string & {}
| "notificationSchemeEvents"
| "projectRole",
| "all"
| "user"
| "group"
| "field"
| string & {}
| "notificationSchemeEvents"
| "projectRole",
>,
ZodArray<
ZodCustom<
| "all"
| "user"
| "group"
| "field"
| string & {}
| "notificationSchemeEvents"
| "projectRole",
| "all"
| "user"
| "group"
| "field"
| string & {}
| "notificationSchemeEvents"
| "projectRole",
>,
>,
],
>,
>;
id: ZodOptional<ZodArray<ZodString>>;
maxResults: ZodOptional<ZodString>;
onlyDefault: ZodOptional<ZodBoolean>;
projectId: ZodOptional<ZodArray<ZodString>>;
startAt: ZodOptional<ZodString>;
},
$strip,
> = ...