Skip to content

Variable: SetSharedTimeTrackingConfigurationSchema

ts
const SetSharedTimeTrackingConfigurationSchema: ZodObject<{
  defaultUnit: ZodCustom<"day" | "hour" | "minute" | "week" | string & object, "day" | "hour" | "minute" | "week" | string & object>;
  timeFormat: ZodCustom<"days" | "hours" | string & object | "pretty", "days" | "hours" | string & object | "pretty">;
  workingDaysPerWeek: ZodNumber;
  workingHoursPerDay: ZodNumber;
}, $strip>;

Defined in: src/cloud/parameters/setSharedTimeTrackingConfiguration.ts:4