diff --git a/src/ReC.Infrastructure/Options/Table.cs b/src/ReC.Infrastructure/Options/Table.cs index 80ea4e8..3bb7257 100644 --- a/src/ReC.Infrastructure/Options/Table.cs +++ b/src/ReC.Infrastructure/Options/Table.cs @@ -3,4 +3,10 @@ public record Table( string Name, string? Schema = null -); \ No newline at end of file +); + +public record VirtualEntityOptions +{ +} + +public record EntityOptions(Table Table); \ No newline at end of file