-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathRawModuleDefV10Section.g.cs
More file actions
25 lines (22 loc) · 1.08 KB
/
Copy pathRawModuleDefV10Section.g.cs
File metadata and controls
25 lines (22 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// 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<RawTypeDefV10> Types,
System.Collections.Generic.List<RawTableDefV10> Tables,
System.Collections.Generic.List<RawReducerDefV10> Reducers,
System.Collections.Generic.List<RawProcedureDefV10> Procedures,
System.Collections.Generic.List<RawViewDefV10> Views,
System.Collections.Generic.List<RawScheduleDefV10> Schedules,
System.Collections.Generic.List<RawLifeCycleReducerDefV10> LifeCycleReducers,
System.Collections.Generic.List<RawRowLevelSecurityDefV9> RowLevelSecurity,
SpacetimeDB.CaseConversionPolicy CaseConversionPolicy,
ExplicitNames ExplicitNames,
System.Collections.Generic.List<RawViewPrimaryKeyDefV10> ViewPrimaryKeys
)>;
}