import { TPostInput } from '@cromwell/core'; import { BasePageInput } from './base-page.input'; export declare class CreatePost extends BasePageInput implements TPostInput { title: string; authorId: number; mainImage?: string; readTime?: string | null; tagIds?: number[] | null; content: string; delta: string; excerpt?: string | null; published: boolean; featured?: boolean; publishDate?: Date | null; } //# sourceMappingURL=post.create.d.ts.map