interface NextCursor {
    nextCursor?: string;
}

Hierarchy (view full)

Properties

Properties

nextCursor?: string