UNPKG
@kengachu-pulumi/azure-native-apimanagement
Version:
latest (3.26.0)
3.26.0
3.18.0
3.12.0
3.10.2
3.8.0
3.5.1
3.4.0
3.3.0
3.2.0
3.1.0
2.90.0
2.89.3
2.89.1
2.89.0
2.88.0
2.85.0
2.84.0
2.82.0
2.81.0
2.76.0
2.74.0
2.73.1
2.72.0
2.69.0
2.58.0
2.57.0
2.55.0
2.52.0
2.47.1
2.46.0
2.42.0
2.38.0
2.36.0
2.35.0
2.30.0
2.28.0
2.26.0
2.25.0
2.21.2
2.14.1
2.11.0
2.10.0
2.8.3
2.8.1
2.8.0
2.7.0
Pulumi Azure Native package for apimanagement
pulumi.com
Ankvi/pulumi-azure-native
@kengachu-pulumi/azure-native-apimanagement
/
v20210401preview
/
types
/
enums.d.ts
15 lines
(14 loc)
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
declare
const
SchemaType: {
/** * Xml schema type. */
readonly
Xml:
"xml"
;
/** * Json schema type. */
readonly
Json:
"json"
; };
/** * Schema Type. Immutable. */
export
type SchemaType = (
typeof
SchemaType)[keyof
typeof
SchemaType];