@statsig/pulumi-statsig
Version:
A Pulumi package for creating and managing Statsig resources.
23 lines (22 loc) • 1.23 kB
TypeScript
export { EntityPropertyArgs, EntityPropertyState } from "./entityProperty";
export type EntityProperty = import("./entityProperty").EntityProperty;
export declare const EntityProperty: typeof import("./entityProperty").EntityProperty;
export { ExperimentArgs, ExperimentState } from "./experiment";
export type Experiment = import("./experiment").Experiment;
export declare const Experiment: typeof import("./experiment").Experiment;
export { GateArgs, GateState } from "./gate";
export type Gate = import("./gate").Gate;
export declare const Gate: typeof import("./gate").Gate;
export { KeysArgs, KeysState } from "./keys";
export type Keys = import("./keys").Keys;
export declare const Keys: typeof import("./keys").Keys;
export { MetricArgs, MetricState } from "./metric";
export type Metric = import("./metric").Metric;
export declare const Metric: typeof import("./metric").Metric;
export { MetricSourceArgs, MetricSourceState } from "./metricSource";
export type MetricSource = import("./metricSource").MetricSource;
export declare const MetricSource: typeof import("./metricSource").MetricSource;
export * from "./provider";
import * as config from "./config";
import * as types from "./types";
export { config, types, };