Files
memecoin-botV2/.pnpm-store/v10/files/7f/96b8ea5a5eb3be574967b802ad934f56311534e2b275a2d34032259dc8872e35f0a6d8b0d58c2b368c67b1a575486cac0688ee501b3370fa0deb8d5b943800

13 lines
606 B
Plaintext

export type OptionString = 'array' | 'array-simple' | 'generic';
export type Options = [
{
default: OptionString;
readonly?: OptionString;
}
];
export type MessageIds = 'errorStringArray' | 'errorStringArrayReadonly' | 'errorStringArraySimple' | 'errorStringArraySimpleReadonly' | 'errorStringGeneric' | 'errorStringGenericSimple';
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, Options, import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
name: string;
};
export default _default;