Export

ListResponseBase

interface ListResponseBase {
    cursor: string;
    numFound: number;
}

Properties

Properties

cursor: string

Memberof

ListResponseBase

numFound: number

Memberof

ListResponseBase

Generated using TypeDoc