10 lines
320 B
TypeScript
10 lines
320 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"; |