mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 08:26:19 +02:00
5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
export const id = () => ({
|
|
type: 'varchar' as const,
|
|
length: 32,
|
|
});
|