Interface DatasetVersion

interface DatasetVersion {
    as_of: string;
    tags?: string[];
}

Properties

Properties

as_of: string
tags?: string[]