DisBot
    Preparing search index...

    Type Alias ResultFieldDefinition

    type ResultFieldDefinition = {
        compute: ResultArgsFieldCompute;
        needs?: { [FieldName in string]: boolean };
    }
    Index

    Properties

    Properties

    needs?: { [FieldName in string]: boolean }