mirror of
https://github.com/MisskeyIO/misskey
synced 2024-12-16 15:48:19 +09:00
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
export const id = () => ({
|
|
type: 'varchar' as const,
|
|
length: 32
|
|
});
|