mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-16 12:46:42 +01:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
|
export const id = () => ({
|
||
|
type: 'varchar' as 'varchar',
|
||
|
length: 32
|
||
|
});
|