Skip to content

@vtj


@vtj / designer / ResponseWrapper

Interface: ResponseWrapper<T>

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

Type Parameters

T

T = any

Properties

code

code: number

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


data

data: T

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


message?

optional message: string

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


success

success: boolean

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

Released under the MIT License.