@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 419 B
JavaScript
import e from"./parents/static-repository.mjs";import t from"zod";var n=class extends e{constructor(e,t){super(e,t,`lucid_media_awaiting_sync`)}tableSchema=t.object({key:t.string(),timestamp:t.union([t.string(),t.date()])});columnFormats={key:this.dbAdapter.getDataType(`text`),timestamp:this.dbAdapter.getDataType(`timestamp`)};queryConfig=void 0};export{n as default};
//# sourceMappingURL=media-awaiting-sync.mjs.map