Member Junction
    Preparing search index...
    interface DownloadSignedResult {
        document?: { bytes: Buffer; contentType: string; filename: string };
        ErrorMessage?: string;
        Success: boolean;
    }
    Index

    Properties

    document?: { bytes: Buffer; contentType: string; filename: string }
    ErrorMessage?: string
    Success: boolean