费用管理内容优化-初步
This commit is contained in:
@@ -3,6 +3,12 @@ export interface ApiListResponse<T> {
|
||||
total: number;
|
||||
}
|
||||
|
||||
export interface FeeApiResponse<T> {
|
||||
data?: T | null;
|
||||
error?: string | Record<string, any> | null;
|
||||
meta?: Record<string, any> | null;
|
||||
}
|
||||
|
||||
export interface ApiError {
|
||||
code: string;
|
||||
message: string;
|
||||
|
||||
Reference in New Issue
Block a user