astro-ghostcms/packages/astro-ghostcms/types.ts

9 lines
319 B
TypeScript

export type { UserConfig } from './src/schemas';
export type {
Author, AuthorsIncludeSchema, Page,
PagesIncludeSchema, Post, PostsIncludeSchema,
Settings, Tag, TagsIncludeSchema, Tier, TiersIncludeSchema
} from './src/api';
export type { ContentAPICredentials, APIVersions } from "@ts-ghost/core-api";