mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Improve type checks
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import ICommentJSON from '../interfaces/json/IComment';
|
||||
|
||||
export const COMMENT_REQUEST_SUCCESS = 'COMMENT_REQUEST_SUCCESS';
|
||||
interface CommentRequestSuccessAction {
|
||||
export interface CommentRequestSuccessAction {
|
||||
type: typeof COMMENT_REQUEST_SUCCESS;
|
||||
comment: ICommentJSON;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user