Outlook_Addin_LLM/node_modules/eslint-plugin-office-addins/lib/rules/load-object-before-read.d.ts

21 lines
523 B
TypeScript
Raw Normal View History

declare const _default: {
name: string;
meta: {
type: "suggestion" | "problem" | "layout";
messages: {
loadBeforeRead: string;
};
docs: {
description: string;
category: "Best Practices" | "Stylistic Issues" | "Variables" | "Possible Errors";
recommended: false | "error" | "warn";
url: string;
};
schema: never[];
};
create: (context: any) => {
Program(): void;
};
};
export = _default;