export interface PenaltyDto { text: string; isCompleted: boolean; }