Skip to content

@vtj


@vtj / designer / ResponseWrapper

Interface: ResponseWrapper<T>

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

Type Parameters

T

T = any

Properties

code

code: number

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


data

data: T

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


message?

optional message: string

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


success

success: boolean

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

Released under the MIT License.