We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd2a93 commit f8d8141Copy full SHA for f8d8141
src/types/api.ts
@@ -29,20 +29,6 @@ import type {
29
30
import type { Route } from "@/lib/routes";
31
32
-export interface APIApplicationEndpoints {
33
- "": APIApplication | APIWebsiteApplication;
34
- upload: RESTPostAPIApplicationUploadResult;
35
- status: APIApplicationStatus;
36
- logs: APIApplicationLogs;
37
- backups: RESTPostAPIApplicationBackupResult;
38
- "files/list": APIListedFile[];
39
- "files/read": APIReadFile;
40
- "all/status": APIApplicationStatusAll[];
41
- "network/analytics": APINetworkAnalytics;
42
- "deploys/list": APIDeployment[];
43
- "deploy/git-webhook": RESTPostAPIGithubWebhookResult;
44
-}
45
-
46
export interface APIEndpoints {
47
user: {
48
response: APIUserInfo;
0 commit comments