interface HookRule {
    conditions: HookConditions;
    to: string;
}

Properties

Properties

conditions: HookConditions
to: string