Appearance
Rule.io SDK / client/src / RuleApiResponse
Interface: RuleApiResponse
Defined in: client/src/shared.types.ts:9
Base shape every API response carries. Most endpoints return a richer shape that extends this; some 204-style endpoints return only success.
Extended by
Properties
error?
optionalerror?:string
Defined in: client/src/shared.types.ts:11
message?
optionalmessage?:string
Defined in: client/src/shared.types.ts:12
success?
optionalsuccess?:boolean
Defined in: client/src/shared.types.ts:10