Type alias DeployOptionsWithRest

DeployOptionsWithRest: Partial<DeployOptions> & {
    rest?: boolean;
}