UNPKG

@pulumi/gcp

Version:

A Pulumi package for creating and managing Google Cloud Platform resources.

4 lines (3 loc) 136 B
export { JobArgs, JobState } from "./job"; export type Job = import("./job").Job; export declare const Job: typeof import("./job").Job;