Raindex SDK Documentation
    Preparing search index...

    Interface SgPaginationWithTimestampQueryVariables

    interface SgPaginationWithTimestampQueryVariables {
        first?: number;
        id: string;
        skip?: number;
        timestamp_gte?: string;
        timestamp_lte?: string;
    }
    Index

    Properties

    first?: number
    id: string
    skip?: number
    timestamp_gte?: string
    timestamp_lte?: string