mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-06-13 16:36:56 +00:00
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
export const id = () => ({
|
|
type: 'varchar' as const,
|
|
length: 32
|
|
});
|