lonnymq
    Preparing search index...

    Type Alias QueryResult

    type QueryResult = {
        rows: Record<string, unknown>[];
    }
    Index

    Properties

    Properties

    rows: Record<string, unknown>[]