interface PDFResult {
    result: string;
    status: boolean;
}

Properties

Properties

result: string
status: boolean