refactor: enhance error handling and add pagination to device queries
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m37s

This commit is contained in:
2025-04-12 14:35:23 +05:00
parent d60dd3af14
commit aff9d26e0e
8 changed files with 134 additions and 63 deletions

View File

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