refactor(api): migrate config-api to ApiResponse pattern
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
|
||||
export type ApiResponse<T> =
|
||||
| { success: true; data: T }
|
||||
| { success: false; error: string }
|
||||
| { success: false; error: string }
|
||||
Reference in New Issue
Block a user