Skip to content

Commit f8d8141

Browse files
committed
chore: remove unused typings
1 parent 2dd2a93 commit f8d8141

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/types/api.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,6 @@ import type {
2929

3030
import type { Route } from "@/lib/routes";
3131

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-
4632
export interface APIEndpoints {
4733
user: {
4834
response: APIUserInfo;

0 commit comments

Comments
 (0)