Files
memecoin-botV2/.pnpm-store/v10/files/6f/92375d1a730a540eb20babf095b1464d4c1a96c8af89c94b83b4f2d6314b4ec85f3a84c75c50cad1af1584ac368ffe33393d179129aa2b14e97ff1d02da761

12 lines
413 B
Plaintext

export type PreferOptionalChainMessageIds = 'optionalChainSuggest' | 'preferOptionalChain';
export interface PreferOptionalChainOptions {
allowPotentiallyUnsafeFixesThatModifyTheReturnTypeIKnowWhatImDoing?: boolean;
checkAny?: boolean;
checkBigInt?: boolean;
checkBoolean?: boolean;
checkNumber?: boolean;
checkString?: boolean;
checkUnknown?: boolean;
requireNullish?: boolean;
}