Interface DataDirectoryListRequest

interface DataDirectoryListRequest {
    cursor?: string;
}

Properties

Properties

cursor?: string