flaschengeist-frontend/src/plugins/user/models.ts

5 lines
69 B
TypeScript

export interface LoginData {
userid: string;
password: string;
}