Appearance
Rule.io SDK / client/src / RuleListResponse
Interface: RuleListResponse<T>
Defined in: client/src/shared.types.ts:30
Generic list response wrapper for v3 endpoints that return arrays.
Extends
Type Parameters
T
T
Properties
data?
optionaldata?:T[]
Defined in: client/src/shared.types.ts:31
error?
optionalerror?:string
Defined in: client/src/shared.types.ts:11
Inherited from
message?
optionalmessage?:string
Defined in: client/src/shared.types.ts:12
Inherited from
success?
optionalsuccess?:boolean
Defined in: client/src/shared.types.ts:10