HookOutputDTO

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

Properties

createdAt: string

HookOutputDTO

description?: string

HookOutputDTO

HookOutputDTO

HookOutputDTO

id: string

HookOutputDTO

name: string

HookOutputDTO

regex: string

HookOutputDTO

updatedAt: string

HookOutputDTO

versionId: string

HookOutputDTO