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

    Type Alias StepImageScreenshotWithPointerBit

    StepImageScreenshotWithPointerBit: BitCommon & BackgroundWallpaper & StandardTags & {
        avatarImage?: unknown;
        body?: BodyContent;
        footer?: BodyContent;
        imagePlaceholder?: unknown;
        pointerLeft?: string;
        pointerTop?: string;
        resource?: Resource;
        type: "step-image-screenshot-with-pointer";
    }