From 1b25d568276a9311a35ed1528accf6060123a4a0 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Mon, 13 May 2024 06:29:47 +0200 Subject: [PATCH] cleanup --- libs/remix-api/src/index.ts | 0 libs/remix-ui/git/src/types/index.ts | 7 ------- 2 files changed, 7 deletions(-) create mode 100644 libs/remix-api/src/index.ts diff --git a/libs/remix-api/src/index.ts b/libs/remix-api/src/index.ts new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libs/remix-ui/git/src/types/index.ts b/libs/remix-ui/git/src/types/index.ts index 066c45d0e4..a5bc951e48 100644 --- a/libs/remix-ui/git/src/types/index.ts +++ b/libs/remix-ui/git/src/types/index.ts @@ -19,10 +19,6 @@ export interface customDGitSystem { } & StatusEvents, methods: { getCommitChanges(oid1: string, oid2: string): Promise - //getBranchCommits(branch: branch): Promise - //fetchBranch(branch: branch): Promise - //remotebranches(owner: string, repo: string): Promise - //remoteCommits(url: string, branch: string, length: number): Promise repositories(input: repositoriesInput): Promise clone(input: cloneInputType): Promise branches(input?: branchesInput): Promise, @@ -32,9 +28,6 @@ export interface customDGitSystem { fetch(input: fetchInputType): Promise pull(input: pullInputType): Promise push(input: pushInputType): Promise - //getGitHubUser(token: string): Promise<{ user: GitHubUser, ratelimit: RateLimit }> - //saveGitHubCredentials(credentials: { username: string, email: string, token: string }): Promise - //getGitHubCredentials(): Promise<{ username: string, email: string, token: string }> currentbranch(input?: currentBranchInput): Promise branch(input: branchInputType): Promise checkout(input: checkoutInput): Promise