@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 666 B
TypeScript
export { BotArgs } from "./bot";
export type Bot = import("./bot").Bot;
export declare const Bot: typeof import("./bot").Bot;
export { GetBotArgs, GetBotResult, GetBotOutputArgs } from "./getBot";
export declare const getBot: typeof import("./getBot").getBot;
export declare const getBotOutput: typeof import("./getBot").getBotOutput;
export { ListBotSecretsArgs, ListBotSecretsResult, ListBotSecretsOutputArgs } from "./listBotSecrets";
export declare const listBotSecrets: typeof import("./listBotSecrets").listBotSecrets;
export declare const listBotSecretsOutput: typeof import("./listBotSecrets").listBotSecretsOutput;
export * from "../types/enums/healthbot";