kokomi.js
    Preparing search index...

    Interface ResourceItem

    interface ResourceItem {
        name: string;
        path: string | string[];
        type: ResoureType;
    }
    Index

    Properties

    Properties

    name: string
    path: string | string[]