Type alias DataByPath

DataByPath: {
    data_by_path: {
        [key: string]: DataInfo | DataSchema[] | DataSchema;
    };
}

Type declaration