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