mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-30 10:46:55 +00:00
4 lines
71 B
TypeScript
4 lines
71 B
TypeScript
export const id = () => ({
|
|
type: 'varchar' as const,
|
|
length: 32,
|
|
});
|