UNPKG

@tableau/taco-toolkit

Version:
9 lines (8 loc) 204 B
/** * Represents metadata information associated with a data container. */ /** @deprecated Will be removed in the later release. */ export type Metadata = { name: string; sourceType: string; };