4 lines
255 B
TypeScript
4 lines
255 B
TypeScript
import type { IBindableDeploymentConfig } from '../base-deployment-config';
|
|
import type { IDeploymentConfigRef } from '../codedeploy.generated';
|
|
export declare function isIBindableDeploymentConfig(x: IDeploymentConfigRef): x is IBindableDeploymentConfig;
|