diff --git a/Interfaces/IWritableImage.cs b/Interfaces/IWritableImage.cs
index 9ab7e89..ed8e907 100644
--- a/Interfaces/IWritableImage.cs
+++ b/Interfaces/IWritableImage.cs
@@ -65,7 +65,7 @@ namespace DiscImageChef.CommonTypes.Interfaces
///
/// Retrieves a list of options supported by the filesystem, with name, type and description
///
- IEnumerable<(string name, Type type, string description)> SupportedOptions { get; }
+ IEnumerable<(string name, Type type, string description, object @default)> SupportedOptions { get; }
///
/// Gets a list of known extensions for format auto-chosing
///