UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

10 lines (9 loc) 227 B
export declare class CreateDisputeDto { clientId: number; freelancerId: number; disputeType: string; initiatorType: string; description: any; comment?: string; dynamicFields?: Record<string, any>; }