Improvment in tslint standard (#16)
This commit is contained in:
@@ -9,7 +9,7 @@ import {AuthorizeActionType} from 'constants/authorizeActionType'
|
||||
* @interface IAuthorizeAction
|
||||
*/
|
||||
export interface IAuthorizeAction {
|
||||
payload: any;
|
||||
type: AuthorizeActionType;
|
||||
payload: any
|
||||
type: AuthorizeActionType
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user