Raindex SDK Documentation
    Preparing search index...

    Interface SgPaginationWithTxIdQueryVariables

    interface SgPaginationWithTxIdQueryVariables {
        first?: number;
        raindex_in?: string[];
        skip?: number;
        tx_id: string;
    }
    Index

    Properties

    first?: number
    raindex_in?: string[]
    skip?: number
    tx_id: string