mirror of
https://codeberg.org/yeentown/barkey
synced 2024-12-04 05:07:27 +00:00
4 lines
71 B
TypeScript
4 lines
71 B
TypeScript
export const id = () => ({
|
|
type: 'varchar' as const,
|
|
length: 32,
|
|
});
|