Skip to content

Rule.io SDK


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?

optional data?: T[]

Defined in: client/src/shared.types.ts:31


error?

optional error?: string

Defined in: client/src/shared.types.ts:11

Inherited from

RuleApiResponse.error


message?

optional message?: string

Defined in: client/src/shared.types.ts:12

Inherited from

RuleApiResponse.message


success?

optional success?: boolean

Defined in: client/src/shared.types.ts:10

Inherited from

RuleApiResponse.success