export interface DmsUpdateTagRequest { description?: string; metadata?: { [key: string]: string; }; name?: string; path?: string; }