Skip to content

Commit

Permalink
fix: update type
Browse files Browse the repository at this point in the history
  • Loading branch information
oil-oil committed Oct 17, 2022
1 parent 32faaa5 commit b5b5824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ declare const REACT_APP_ENV: 'test' | 'dev' | 'pre' | false;
type PageMode = 'CREATE' | 'EDIT' | 'VIEW';

type Res<T> = {
success: number;
success: boolean;
message: string;
request_id: string;
data: T;
Expand Down

0 comments on commit b5b5824

Please sign in to comment.