mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 17:46:44 -06:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
|
export const id = () => ({
|
||
|
type: 'varchar' as 'varchar',
|
||
|
length: 32
|
||
|
});
|