PaginatedDatasetRuns

interface ApiPaginatedDatasetRuns {
    data: ApiDatasetRun[];
    meta: ApiUtilsMetaResponse;
}

Properties

Properties