export type Tag = { id: number, name: string, namespace: string | undefined, };