mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-24 01:39:06 +01:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
|
export const id = () => ({
|
||
|
type: 'varchar' as 'varchar',
|
||
|
length: 32
|
||
|
});
|