UNPKG

@goldstack/infra

Version:

Utilities for defining infrastructure for npm packages.

4 lines 272 B
export * from './deploymentState'; export type { DeploymentState, DeploymentsState, } from './types/deploymentStatesTypes'; export type { Deployment, DeploymentConfiguration, DeploymentName, } from './types/InfrastructureConfiguration'; //# sourceMappingURL=infra.d.ts.map