Refactor auto-generated schemas and types formatting
Updated the formatting for auto-generated schemas, types, and related files to adhere to consistent coding standards (e.g., double quotes, indentation). No functional changes were made, ensuring behavior remains identical.
This commit is contained in:
10
frontend/src/types/api.d.ts
vendored
10
frontend/src/types/api.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
declare namespace API {
|
||||
interface ErrorResponse {
|
||||
detail: string;
|
||||
}
|
||||
interface ErrorResponse {
|
||||
detail: string;
|
||||
}
|
||||
|
||||
// Add more types as you develop your API
|
||||
}
|
||||
// Add more types as you develop your API
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user