WorkerTraceabilityType: {
    type: Exclude<TraceabilityType,
        | "text"
        | "int"
        | "decimal"
        | "currency">;
}