6 lines
76 B
TypeScript
Executable File
6 lines
76 B
TypeScript
Executable File
|
|
export interface ISigninOptions {
|
|
username: string
|
|
password?: string
|
|
}
|