UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

12 lines (11 loc) 275 B
declare enum ContractSourceEnum { AI_INTERVIEW = "AI_INTERVIEW", F2F_INTERVIEW = "F2F_INTERVIEW", JOB = "JOB" } export declare class SendNdaContractToFreelancerDto { contractUuid: string; source?: ContractSourceEnum; sourceUuid?: string; } export {};