UNPKG

@nestjs-mod/webhook

Version:

Webhook module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction

12 lines (11 loc) 278 B
export declare class CreateMigrationsWebhookDto { installed_rank: number; version?: string | null; description: string; type: string; script: string; checksum?: number | null; installed_by: string; execution_time: number; success: boolean; }