We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561f0e1 commit 8ec7c1dCopy full SHA for 8ec7c1d
src/deploy.ts
@@ -40,18 +40,6 @@ export type ProductionSuccessResult = {
40
};
41
42
43
-export type ForceProductionSuccessResult = {
44
- status: "success";
45
- result: {
46
- hosting: string | string[];
47
- };
48
-};
49
-
50
-export type ForceChannelSuccessResult = {
51
52
- result: { [key: string]: SiteDeploy };
53
54
55
type DeployConfig = {
56
projectId: string;
57
target?: string;
test/samples/cliOutputs.ts
@@ -1,8 +1,6 @@
1
import {
2
ChannelSuccessResult,
3
ErrorResult,
4
- ForceProductionSuccessResult,
5
- ForceChannelSuccessResult,
6
ProductionSuccessResult,
7
} from "../../src/deploy";
8
0 commit comments