033c28a3d5
We maintain jsonc object definition but will deprecate them pretty soon ## Before <img width="1512" height="575" alt="image" src="https://github.com/user-attachments/assets/d2fa6ca4-c456-4aa9-a1e3-845b61839718" /> ## After <img width="1260" height="555" alt="image" src="https://github.com/user-attachments/assets/ba72f4cf-d443-4967-913c-029bc71f3f48" />
11 lines
269 B
TypeScript
11 lines
269 B
TypeScript
import { ObjectMetadata } from 'twenty-sdk';
|
|
|
|
@ObjectMetadata({
|
|
universalIdentifier: '54b589ca-eeed-4950-a176-358418b85c05',
|
|
nameSingular: 'postCard',
|
|
namePlural: 'postCards',
|
|
labelSingular: 'Post card',
|
|
labelPlural: 'Post cards',
|
|
})
|
|
export class PostCard {}
|