kysely
    Preparing search index...

    Type Alias ProcessedParseJSONResultsPluginOptions

    ProcessedParseJSONResultsPluginOptions: {
        readonly [K in keyof ParseJSONResultsPluginOptions]-?: K extends "skipKeys"
            ? Record<string, true>
            : ParseJSONResultsPluginOptions[K]
    }