UNPKG

@azure-tools/typespec-azure-resource-manager

Version:

TypeSpec Azure Resource Manager library

7 lines 320 B
/** * Ensure that LRO 202 responses have a Location Header. */ export declare const lroLocationHeaderRule: import("@typespec/compiler").LinterRuleDefinition<"lro-location-header", { readonly default: "A 202 response should include a Location response header."; }>; //# sourceMappingURL=lro-location-header.d.ts.map