interface UpdateFileParams { filename: string; sensitive: boolean; description: string; } export type { UpdateFileParams };