IOperationResult interface
Base interface for operation results
Properties
| count | Count of total records (for pagination) |
| data | |
| error | |
| skip |
Skip token to get the next page of results |
| success |
Property Details
count
Count of total records (for pagination)
count?: number
Property Value
number
data
data: TResponse
Property Value
TResponse
error
skipToken
Skip token to get the next page of results
skipToken?: string
Property Value
string
success
success: boolean
Property Value
boolean