mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-24 13:09:07 +01:00
5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
export const id = () => ({
|
|
type: 'varchar' as const,
|
|
length: 32,
|
|
});
|