Skip to content

@vtj


@vtj / designer / ResponseWrapper

Interface: ResponseWrapper<T>

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

Type Parameters

T

T = any

Properties

code

code: number

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


data

data: T

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


message?

optional message: string

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


success

success: boolean

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

Released under the MIT License.