ailoy-web
    Preparing search index...

    Interface Document

    interface Document {
        id: string;
        text: string;
        title: string | undefined;
    }
    Index

    Properties

    Properties

    id: string
    text: string
    title: string | undefined