mirror of
https://github.com/kennethnym/freya
synced 2026-07-04 23:21:13 +01:00
wip convo ui
This commit is contained in:
@@ -5,6 +5,12 @@ import {
|
||||
} from "@freya/core"
|
||||
import { type } from "arktype"
|
||||
|
||||
export const Conversation = type({
|
||||
id: "string.uuid",
|
||||
createdAt: "string.date.iso",
|
||||
updatedAt: "string.date.iso",
|
||||
})
|
||||
|
||||
export const ConversationEntry = type({
|
||||
id: "string.uuid",
|
||||
sequence: "number",
|
||||
|
||||
Reference in New Issue
Block a user