mirror of
https://github.com/MisskeyIO/misskey
synced 2025-01-06 18:03:30 +09:00
5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
export const id = () => ({
|
|
type: 'varchar' as const,
|
|
length: 32,
|
|
});
|