### What problem does this PR solve? feat: add CreateFlowModal #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface ResponseType {
|
||||
export interface ResponseType<T = any> {
|
||||
retcode: number;
|
||||
data: any;
|
||||
data: T;
|
||||
retmsg: string;
|
||||
status: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user