feat(api): expose preview/import/profile/domain endpoints
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
8
src/app.d.ts
vendored
8
src/app.d.ts
vendored
@@ -1,4 +1,10 @@
|
||||
declare global {
|
||||
namespace App {}
|
||||
namespace App {
|
||||
interface Error {
|
||||
message: string;
|
||||
code?: string;
|
||||
issues?: unknown;
|
||||
}
|
||||
}
|
||||
}
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user