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

    Interface FileStorageListOptions

    List storage files options

    interface FileStorageListOptions {
        path?: string;
        page?: number;
        limit?: number;
    }
    Index

    Properties

    Properties

    path?: string
    page?: number
    limit?: number