Type Alias DataSetProfile

type DataSetProfile = {
    meta?: ProfileMetadata;
    profiles?: TableProfile[];
    samples?: TableSample[];
}
Index

Properties

profiles?: TableProfile[]
samples?: TableSample[]