process
This commit is contained in:
parent
a34d020bc6
commit
d0d67029f4
11 changed files with 351 additions and 75 deletions
|
|
@ -4,6 +4,7 @@ import { z } from "zod";
|
|||
export namespace Identifier {
|
||||
const prefixes = {
|
||||
session: "ses",
|
||||
message: "msg",
|
||||
} as const;
|
||||
|
||||
export function create(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue