Skip to main content

HookInitializeResponse

@codebolt/types


Interface: HookInitializeResponse

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/hook.ts:82

Hook Types Type definitions for hook operations

Extends

Properties

PropertyTypeOverridesInherited fromDefined in
data?any-HookBaseResponse.datacommon/types/src/codeboltjstypes/libFunctionTypes/hook.ts:9
error?string-HookBaseResponse.errorcommon/types/src/codeboltjstypes/libFunctionTypes/hook.ts:11
message?string-HookBaseResponse.messagecommon/types/src/codeboltjstypes/libFunctionTypes/hook.ts:10
successboolean-HookBaseResponse.successcommon/types/src/codeboltjstypes/libFunctionTypes/hook.ts:8
type"hookInitializeResponse"HookBaseResponse.type-common/types/src/codeboltjstypes/libFunctionTypes/hook.ts:83