Files
gameovergne-app/client/src/app/interfaces/brand.ts
2025-10-31 18:32:24 +01:00

5 lines
66 B
TypeScript

export interface Brand {
id: string | number;
name: string;
}