mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-19 18:00:31 +01:00
4 lines
71 B
TypeScript
4 lines
71 B
TypeScript
export const id = () => ({
|
|
type: 'varchar' as const,
|
|
length: 32,
|
|
});
|