UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

10 lines (9 loc) 582 B
export { DeploymentArgs, DeploymentState } from "./deployment"; export type Deployment = import("./deployment").Deployment; export declare const Deployment: typeof import("./deployment").Deployment; export { GetModelArgs, GetModelResult, GetModelOutputArgs } from "./getModel"; export declare const getModel: typeof import("./getModel").getModel; export declare const getModelOutput: typeof import("./getModel").getModelOutput; export { ModelArgs, ModelState } from "./model"; export type Model = import("./model").Model; export declare const Model: typeof import("./model").Model;