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

5 lines
73 B
TypeScript

export interface Credentials {
username: string;
password: string;
}