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

    Type Alias PlatformHeaderBit

    PlatformHeaderBit: BitCommon & PlatformStylesCommon & StandardTags & {
        body?: BodyContent;
        footer?: BodyContent;
        platformLogo?: unknown;
        platformLogoMaxHeight?: number;
        resource?: Resource;
        type: "platform-header";
    }