Appearance
Rule.io SDK / client/src / CustomFieldDataResult
Interface: CustomFieldDataResult
Defined in: client/src/resources/subscribers/subscribers.types.ts:328
Result from single-record custom field data endpoints.
Extends
Properties
data?
optionaldata?:CustomFieldData
Defined in: client/src/resources/subscribers/subscribers.types.ts:329
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