Files
SpacetimeDB/crates/bindings-csharp/Runtime/Internal/Autogen/RawIndexAlgorithm.cs
2024-09-09 18:22:17 +00:00

18 lines
427 B
C#
Generated

// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN RUST INSTEAD.
// <auto-generated />
#nullable enable
using System;
using SpacetimeDB;
namespace SpacetimeDB.Internal
{
[SpacetimeDB.Type]
public partial record RawIndexAlgorithm : SpacetimeDB.TaggedEnum<(
System.Collections.Generic.List<ushort> BTree,
System.Collections.Generic.List<ushort> Hash
)>;
}