misskey/src/models/id.ts
2019-06-28 16:38:48 +09:00

5 lines
70 B
TypeScript

export const id = () => ({
type: 'varchar' as const,
length: 32
});