export interface UpdateFolderRequest {
    id: string;
    metadata: Record<string, any>;
}
