Merge branch 'gruppPP' into BumBranch
This commit is contained in:
commit
447f2b73eb
4 changed files with 53 additions and 30 deletions
|
|
@ -7,7 +7,7 @@ import {
|
|||
} from "../Types/goTypes";
|
||||
|
||||
// This type of pattern should be hard to misuse
|
||||
interface APIResponse<T> {
|
||||
export interface APIResponse<T> {
|
||||
success: boolean;
|
||||
message?: string;
|
||||
data?: T;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue