// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE // WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD. #nullable enable using System; namespace SpacetimeDB.Internal { [SpacetimeDB.Type] public partial record RawModuleDefV10Section : SpacetimeDB.TaggedEnum<( Typespace Typespace, System.Collections.Generic.List Types, System.Collections.Generic.List Tables, System.Collections.Generic.List Reducers, System.Collections.Generic.List Procedures, System.Collections.Generic.List Views, System.Collections.Generic.List Schedules, System.Collections.Generic.List LifeCycleReducers, System.Collections.Generic.List RowLevelSecurity, SpacetimeDB.CaseConversionPolicy CaseConversionPolicy, ExplicitNames ExplicitNames, System.Collections.Generic.List HttpHandlers, System.Collections.Generic.List HttpRoutes, System.Collections.Generic.List ViewPrimaryKeys )>; }