UNPKG

@kengachu-pulumi/azure-native-apimanagement

Version:

Pulumi Azure Native package for apimanagement

15 lines (14 loc) 277 B
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];