UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

12 lines (11 loc) 303 B
export declare enum DocumentTypeEnum { AADHAAR = "AADHAAR_CARD", PASSPORT = "PASSPORT", DRIVING_LICENSE = "DRIVING_LICENSE", PAN_CARD = "PAN_CARD" } export declare class FreelancerDeclarationDto { uuid?: string; documentType: DocumentTypeEnum; declarationAccepted: string; }