Skip to content

@vtj


@vtj / designer / ResponseWrapper

Interface: ResponseWrapper<T>

Defined in: packages/designer/types/framework/openapi.d.ts:85

Type Parameters

T

T = any

Properties

code

code: number

Defined in: packages/designer/types/framework/openapi.d.ts:86


data

data: T

Defined in: packages/designer/types/framework/openapi.d.ts:89


message?

optional message: string

Defined in: packages/designer/types/framework/openapi.d.ts:88


success

success: boolean

Defined in: packages/designer/types/framework/openapi.d.ts:87

Released under the MIT License.