Files
memecoin-botV2/.pnpm-store/v10/files/11/eccffd30058a449b841d52b0f6dd6ef05cd5d62fd8af99cb7b69204c256df87e4aed4cbd115fef044553cac39283213c83fbc79e5a46c5e360aac3f3fdfc54

10 lines
606 B
Plaintext

export interface Options {
allowAsThisParameter?: boolean;
allowInGenericTypeArguments?: boolean | [string, ...string[]];
}
export type MessageIds = 'invalidVoidForGeneric' | 'invalidVoidNotReturn' | 'invalidVoidNotReturnOrGeneric' | 'invalidVoidNotReturnOrThisParam' | 'invalidVoidNotReturnOrThisParamOrGeneric' | 'invalidVoidUnionConstituent';
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;