@pulumiverse/fortios
Version:
A Pulumi package for creating and managing Fortios resources. Based on terraform-provider-fortios: version v1.16.0
7 lines (6 loc) • 326 B
TypeScript
export { SettingArgs, SettingState } from "./setting";
export type Setting = import("./setting").Setting;
export declare const Setting: typeof import("./setting").Setting;
export { TableArgs, TableState } from "./table";
export type Table = import("./table").Table;
export declare const Table: typeof import("./table").Table;