2025-06-06 07:38:11 -03:00

6 lines
105 B
TypeScript

export interface CarnetStatus {
id: string;
name: string;
value: string;
color: string;
}