Merge branch 'gruppPP' into BumBranch

This commit is contained in:
al8763be 2024-03-17 19:42:01 +01:00
commit 447f2b73eb
4 changed files with 53 additions and 30 deletions

View file

@ -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;