mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-18 21:53:16 -04:00
19 lines
559 B
C#
Generated
19 lines
559 B
C#
Generated
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
|
|
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
|
|
|
|
// This was generated using spacetimedb cli version 1.1.1 (commit 92e49e96f461b4496bdab42facbab2c5d39d20f4).
|
|
|
|
#nullable enable
|
|
|
|
using System;
|
|
|
|
namespace SpacetimeDB.Internal
|
|
{
|
|
[SpacetimeDB.Type]
|
|
public partial record RawIndexAlgorithm : SpacetimeDB.TaggedEnum<(
|
|
System.Collections.Generic.List<ushort> BTree,
|
|
System.Collections.Generic.List<ushort> Hash,
|
|
ushort Direct
|
|
)>;
|
|
}
|