Skip to content

Commit 5ab54a6

Browse files
committed
fixup! feat: Move javascript files to native typescript
1 parent d5414fc commit 5ab54a6

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

lib/types.ts

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -209,27 +209,3 @@ export interface SentryCliCommitsOptions {
209209
*/
210210
ignoreEmpty?: boolean;
211211
}
212-
213-
/**
214-
* Release management interface
215-
*/
216-
export interface SentryCliReleases {
217-
new (release: string, options?: { projects: string[] } | string[]): Promise<string>;
218-
219-
setCommits(release: string, options: SentryCliCommitsOptions): Promise<string>;
220-
221-
finalize(release: string): Promise<string>;
222-
223-
proposeVersion(): Promise<string>;
224-
225-
uploadSourceMaps(
226-
release: string,
227-
options: SentryCliUploadSourceMapsOptions & { live?: boolean }
228-
): Promise<string[]>;
229-
230-
listDeploys(release: string): Promise<string>;
231-
232-
newDeploy(release: string, options: SentryCliNewDeployOptions): Promise<string>;
233-
234-
execute(args: string[], live: boolean): Promise<string>;
235-
}

0 commit comments

Comments
 (0)