SerenityJS
    Preparing search index...

    Interface ResourcePackEntry

    interface ResourcePackEntry {
        path: string;
        subPack?: string;
    }
    Index

    Properties

    Properties

    path: string
    subPack?: string