refactor: enhance error handling and add pagination to device queries
This commit is contained in:
@@ -47,10 +47,9 @@ export interface Device {
|
||||
user: number;
|
||||
}
|
||||
|
||||
export interface Api400Error {
|
||||
data: {
|
||||
message: string;
|
||||
};
|
||||
export interface ApiError {
|
||||
message?: string;
|
||||
detail?: string;
|
||||
}
|
||||
|
||||
export interface Payment {
|
||||
|
||||
Reference in New Issue
Block a user