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

    Interface ListStorageFilesResponse

    interface ListStorageFilesResponse {
        files: StorageFile[];
        total: number;
    }
    Index

    Properties

    Properties

    files: StorageFile[]
    total: number