@azure-tools/typespec-azure-resource-manager
Version:
TypeSpec Azure Resource Manager library
6 lines • 605 B
TypeScript
export declare const missingXmsIdentifiersRule: import("@typespec/compiler").LinterRuleDefinition<"missing-x-ms-identifiers", {
readonly default: "Missing identifying properties of objects in the array item, please add @identifiers(#[\"<prop>\"]) to specify it. If there are no appropriate identifying properties, please add @identifiers(#[]).";
readonly notArray: import("@typespec/compiler").CallableMessage<["valueType"]>;
readonly missingProperty: import("@typespec/compiler").CallableMessage<["propertyName", "targetModelName"]>;
}>;
//# sourceMappingURL=missing-x-ms-identifiers.d.ts.map