@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 380 B
TypeScript
export declare const SkuName: {
readonly S1: "S1";
};
/**
* The name of the SKU for Azure Dev Spaces Controller.
*/
export type SkuName = (typeof SkuName)[keyof typeof SkuName];
export declare const SkuTier: {
readonly Standard: "Standard";
};
/**
* The tier of the SKU for Azure Dev Spaces Controller.
*/
export type SkuTier = (typeof SkuTier)[keyof typeof SkuTier];