mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-18 16:07:31 -07:00
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
export const id = () => ({
|
|
type: 'varchar' as const,
|
|
length: 32
|
|
});
|