interface HookConditions {
    gate?: HookGate;
    match: HookCondition[];
}

Properties

Properties

gate?: HookGate
match: HookCondition[]