FindResponse Interface
Packages > @anticrm/rpc > FindResponse
Signature:
export interface FindResponse<T>
Properties #
Property | Type | Description |
---|---|---|
count | number | |
limit | number | |
skip | number | |
values | T[] |
Packages > @anticrm/rpc > FindResponse
Signature:
export interface FindResponse<T>
Property | Type | Description |
---|---|---|
count | number | |
limit | number | |
skip | number | |
values | T[] |