WorkerTraceability: {
    description?: string;
    id: number;
    isValueSpecific: boolean;
    modifiedDate?: Date;
    name: string;
    numberOptions?: {
        max?: number;
        min?: number;
        options?: WorkerTraceabilityOption[];
        restricted: boolean;
    };
    required: string;
    textOptions?: {
        options?: WorkerTraceabilityOption[];
        restricted: boolean;
        textMatchOperation?: string;
        textMatchValue?: string;
        tryRegex?: string;
    };
    type: string;
}