// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE // WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD. /* eslint-disable */ /* tslint:disable */ import { TypeBuilder as __TypeBuilder, t as __t, type AlgebraicTypeType as __AlgebraicTypeType, type Infer as __Infer, } from "spacetimedb"; export default __t.row({ id: __t.string().primaryKey(), channelId: __t.string().name("channel_id"), workspaceId: __t.string().name("workspace_id"), authorId: __t.string().name("author_id"), authorName: __t.string().name("author_name"), body: __t.string(), messageType: __t.string().name("message_type"), replyTo: __t.string().name("reply_to"), createdAt: __t.timestamp().name("created_at"), });