Interface AnnotationReverseLookupRequest

Cursor for paging through results

interface AnnotationReverseLookupRequest {
    cursor?: string;
    filter: AnnotationReverseLookupFilterProps;
    limit?: number;
}

Hierarchy (view full)

Properties

Properties

cursor?: string
limit?: number