Skip to content

Variable: GetAuditRecordsForTimePeriodSchema

ts
const GetAuditRecordsForTimePeriodSchema: ZodObject<{
  limit: ZodOptional<ZodNumber>;
  number: ZodOptional<ZodNumber>;
  searchString: ZodOptional<ZodString>;
  start: ZodOptional<ZodNumber>;
  units: ZodOptional<ZodEnum<{
     CENTURIES: "CENTURIES";
     DAYS: "DAYS";
     DECADES: "DECADES";
     HALF_DAYS: "HALF_DAYS";
     HOURS: "HOURS";
     MICROS: "MICROS";
     MILLIS: "MILLIS";
     MINUTES: "MINUTES";
     MONTHS: "MONTHS";
     NANOS: "NANOS";
     SECONDS: "SECONDS";
     WEEKS: "WEEKS";
     YEARS: "YEARS";
  }>>;
}, $strip>;

Defined in: src/v1/parameters/getAuditRecordsForTimePeriod.ts:3