philia
    Preparing search index...

    文件ID

    interface FileIDElem {
        fid: string;
        type: "file" | "record" | "video" | "image";
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    fid: string
    type: "file" | "record" | "video" | "image"