mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 14:16:43 -06:00
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
export const id = () => ({
|
|
type: 'varchar' as const,
|
|
length: 32
|
|
});
|