Takomo v7.4.3
    Preparing search index...

    Interface HookConfig

    interface HookConfig {
        name: string;
        operation?: readonly HookOperation[];
        stage?: readonly HookStage[];
        status?: readonly HookStatus[];
        type: string;
        [property: string]: unknown;
    }

    Indexable

    • [property: string]: unknown
    Index

    Properties

    name: string
    operation?: readonly HookOperation[]
    stage?: readonly HookStage[]
    status?: readonly HookStatus[]
    type: string