Files
freeplanet/src/model/signin-option.ts
2020-03-21 10:33:11 +01:00

6 lines
76 B
TypeScript
Executable File

export interface ISigninOptions {
username: string
password?: string
}