@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Type Alias PlatformPathBit

    PlatformPathBit: BitCommon & StandardTags & {
        body?: BodyContent;
        footer?: BodyContent;
        path?: string;
        resource?: Resource;
        type: "platform-path";
    }