sqlkit
    Preparing search index...

    Interface QueryResult<T>

    interface QueryResult<T = any> {
        rows: T[];
    }

    Type Parameters

    • T = any
    Index

    Properties

    Properties

    rows: T[]