mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
6 lines
200 B
JavaScript
6 lines
200 B
JavaScript
export default {
|
|
title: { type: 'string', primary: true, token: true },
|
|
description: { type: 'string' },
|
|
createdAt: { type: 'string', isoDate: true, default: () => new Date().toISOString() },
|
|
}
|