UNPKG

@pulumi/pulumiservice

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fpulumiservice.svg)](https://www.npmjs.com/package/@pulumi/pulumiservice) [![Python version](https://badge.fury.io

13 lines 611 B
export { ConfigArgs } from "./config"; export type Config = import("./config").Config; export declare const Config: typeof import("./config").Config; export { StackArgs } from "./stack"; export type Stack = import("./stack").Stack; export declare const Stack: typeof import("./stack").Stack; export { TagArgs } from "./tag"; export type Tag = import("./tag").Tag; export declare const Tag: typeof import("./tag").Tag; export { WebhookArgs } from "./webhook"; export type Webhook = import("./webhook").Webhook; export declare const Webhook: typeof import("./webhook").Webhook; //# sourceMappingURL=index.d.ts.map