Files
BeReadyFrontend/src/app/services/api/model/login-dto.ts
T
2026-04-25 18:18:02 +01:00

17 lines
274 B
TypeScript

/**
* BeReadyBackend
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export interface LoginDto {
username: string;
password: string;
}