项目初始化
This commit is contained in:
7
src/app/shared/interfaces/api/i-api-response.i.ts
Normal file
7
src/app/shared/interfaces/api/i-api-response.i.ts
Normal file
@ -0,0 +1,7 @@
|
||||
export interface IApiResponse {
|
||||
success?: boolean;
|
||||
msg?: string;
|
||||
status?: number;
|
||||
state?: number;
|
||||
data?: any;
|
||||
}
|
||||
Reference in New Issue
Block a user