Skip to content

Commit 8ec7c1d

Browse files
committed
removed unused types for tests
1 parent 561f0e1 commit 8ec7c1d

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

src/deploy.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,6 @@ export type ProductionSuccessResult = {
4040
};
4141
};
4242

43-
export type ForceProductionSuccessResult = {
44-
status: "success";
45-
result: {
46-
hosting: string | string[];
47-
};
48-
};
49-
50-
export type ForceChannelSuccessResult = {
51-
status: "success";
52-
result: { [key: string]: SiteDeploy };
53-
};
54-
5543
type DeployConfig = {
5644
projectId: string;
5745
target?: string;

test/samples/cliOutputs.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import {
22
ChannelSuccessResult,
33
ErrorResult,
4-
ForceProductionSuccessResult,
5-
ForceChannelSuccessResult,
64
ProductionSuccessResult,
75
} from "../../src/deploy";
86

0 commit comments

Comments
 (0)