import { PenaltyTypeIdentifiers } from '@anthor/entities-types'; export interface CreateWorkerPenaltyInput { entity?: string; penaltyTypeIdentifier: PenaltyTypeIdentifiers; triggeredFrom: string; workerId: string; }