Interface ResourceItem

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

Properties

Properties

name: string
path: string | string[]