Risolto problema che non loggava correttamente
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export * from './UserStore'
|
||||
export * from './GlobalStore'
|
||||
export * from './signin-option'
|
||||
export * from './signup-option'
|
||||
export * from './key-value'
|
||||
export * from './payload'
|
||||
|
||||
5
src/model/signin-option.ts
Normal file
5
src/model/signin-option.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
export interface ISigninOptions {
|
||||
username: string
|
||||
password?: string
|
||||
}
|
||||
Reference in New Issue
Block a user