mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
4 lines
71 B
TypeScript
4 lines
71 B
TypeScript
export const id = () => ({
|
|
type: "varchar" as const,
|
|
length: 32,
|
|
});
|