OpenFairyGUI API
    Preparing search index...

    Interface PublishNodeResult

    interface PublishNodeResult {
        files: { path: string; size: number }[];
    }
    Index
    files: { path: string; size: number }[]

    Files written through the publish filesystem or atlas writer; final absolute paths and byte sizes.