ghost/ts/ghost.plugins.ts
2024-07-01 16:32:22 +02:00

8 lines
149 B
TypeScript

import GhostContentAPI from '@tryghost/content-api';
import GhostAdminAPI from '@tryghost/admin-api';
export {
GhostContentAPI,
GhostAdminAPI
}