mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 02:03:08 +02:00
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
export const id = () => ({
|
|
type: 'varchar' as const,
|
|
length: 32
|
|
});
|