UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

10 lines 619 B
export { GetKeyArgs, GetKeyResult, GetKeyOutputArgs } from "./getKey"; export declare const getKey: typeof import("./getKey").getKey; export declare const getKeyOutput: typeof import("./getKey").getKeyOutput; export { GetVerifyArgs, GetVerifyResult, GetVerifyOutputArgs } from "./getVerify"; export declare const getVerify: typeof import("./getVerify").getVerify; export declare const getVerifyOutput: typeof import("./getVerify").getVerifyOutput; export { KeyArgs, KeyState } from "./key"; export type Key = import("./key").Key; export declare const Key: typeof import("./key").Key; //# sourceMappingURL=index.d.ts.map