Skip to content

Variable: FieldLastUsedSchema

ts
const FieldLastUsedSchema: ZodObject<{
  type: ZodOptional<ZodCustom<string & object | "TRACKED" | "NOT_TRACKED" | "NO_INFORMATION", string & object | "TRACKED" | "NOT_TRACKED" | "NO_INFORMATION">>;
  value: ZodOptional<ZodCoercedDate<unknown>>;
}, $loose>;

Defined in: src/cloud/models/fieldLastUsed.ts:5

Information about the most recent use of a field.