@audiotool/nexus - v0.0.17
    Preparing search index...

    Type Alias SampleListResult

    Result of listing samples, including pagination info.

    type SampleListResult = {
        nextPageToken: string;
        samples: SampleMeta[];
    }
    Index

    Properties

    nextPageToken: string

    Token to fetch the next page, or empty string if this is the last page. Pass this as pageToken in the next request.

    samples: SampleMeta[]

    The samples matching the query.