Skip to content

@vtj


@vtj / designer / ResponseWrapper

Interface: ResponseWrapper<T>

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

Type Parameters

T

T = any

Properties

code

code: number

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


data

data: T

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


message?

optional message: string

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


success

success: boolean

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

Released under the MIT License.