HookOutputDTO

interface HookOutputDTO {
    createdAt: string;
    eventType: HookOutputDTOEventTypeEnum;
    function: FunctionOutputDTO;
    id: string;
    moduleId: string;
    name: string;
    regex: string;
    updatedAt: string;
}

Properties

createdAt: string

HookOutputDTO

HookOutputDTO

HookOutputDTO

id: string

HookOutputDTO

moduleId: string

HookOutputDTO

name: string

HookOutputDTO

regex: string

HookOutputDTO

updatedAt: string

HookOutputDTO