Skip to content

Variable: NotificationSchemeAndProjectMappingPageSchema

ts
const NotificationSchemeAndProjectMappingPageSchema: ZodObject<{
  isLast: ZodOptional<ZodBoolean>;
  maxResults: ZodOptional<ZodNumber>;
  nextPage: ZodOptional<ZodURL>;
  self: ZodOptional<ZodURL>;
  startAt: ZodOptional<ZodNumber>;
  total: ZodOptional<ZodNumber>;
  values: ZodOptional<ZodArray<ZodObject<{
     notificationSchemeId: ZodOptional<ZodString>;
     projectId: ZodOptional<ZodString>;
  }, $loose>>>;
}, $loose>;

Defined in: src/cloud/models/notificationSchemeAndProjectMappingPage.ts:6

A page of items.