@cpod/sdk - v0.2.7
    Preparing search index...

    Interface ListFilesStorageResponse

    List files response

    interface ListFilesStorageResponse {
        files: StorageFileInfo[];
        total: number;
        nextCursor?: string;
    }
    Index

    Properties

    total: number
    nextCursor?: string