SignalCD Modern PoC API
    Preparing search index...

    Interface DocumentSummary

    interface DocumentSummary {
        archived: boolean;
        documentId: string;
        title?: string;
        updatedAt: number;
    }
    Index
    archived: boolean
    documentId: string
    title?: string
    updatedAt: number