Node.js SDK for digi.me
    Preparing search index...

    Interface UploadFileToStorageOptions

    interface UploadFileToStorageOptions {
        contractDetails: ContractDetails;
        fileData: Readable | Buffer<ArrayBufferLike>;
        fileName: string;
        path?: string;
        storageId: string;
    }
    Index

    Properties

    contractDetails: ContractDetails
    fileData: Readable | Buffer<ArrayBufferLike>
    fileName: string
    path?: string
    storageId: string