@azure-tools/typespec-azure-resource-manager
Version:
TypeSpec Azure Resource Manager library
5 lines • 438 B
TypeScript
export declare const noEmptyModel: import("@typespec/compiler").LinterRuleDefinition<"no-empty-model", {
readonly default: "Properties with type:object must have definition of a reference model.";
readonly extends: "The `type:object` model is not defined in the payload. Define the reference model of the object or change the `type` to a primitive data type like string, int, etc";
}>;
//# sourceMappingURL=no-empty-model.d.ts.map