mirror of https://github.com/abpframework/abp.git
3 changed files with 4 additions and 4 deletions
@ -0,0 +1,3 @@ |
|||
export interface AccountConfigOptions { |
|||
redirectUrl?: string; |
|||
} |
|||
@ -1,2 +1,2 @@ |
|||
export * from './account'; |
|||
export * from './options'; |
|||
export * from './config-options'; |
|||
|
|||
@ -1,3 +0,0 @@ |
|||
export interface Options { |
|||
redirectUrl?: string; |
|||
} |
|||
Loading…
Reference in new issue