SongGuess
    Preparing search index...
    interface Doctype {
        name: string | null;
        publicId: string | null;
        systemId: string | null;
    }
    Index

    Properties

    name: string | null
    publicId: string | null
    systemId: string | null