// Generated Source interface ContentDisposition { /** * */ type?: string; /** * */ fileName?: string; /** * */ creationDate?: string; /** * */ modificationDate?: string; /** * */ readDate?: string; /** * */ size?: number; } export default ContentDisposition;