/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../index"; import * as Flatfile from "../../../../api/index"; import * as core from "../../../../core"; import { DocumentId } from "../../commons/types/DocumentId"; import { SpaceId } from "../../commons/types/SpaceId"; import { EnvironmentId } from "../../commons/types/EnvironmentId"; import { DocumentConfig } from "./DocumentConfig"; export declare const Document: core.serialization.ObjectSchema; export declare namespace Document { interface Raw extends DocumentConfig.Raw { id: DocumentId.Raw; spaceId?: SpaceId.Raw | null; environmentId?: EnvironmentId.Raw | null; createdAt: string; updatedAt: string; createdFrom?: DocumentId.Raw | null; lastPropagatedAt?: string | null; } }