Sanity Library Reference Docs
    Preparing search index...
    DragInsertPosition:
        | {
            bottom?: { rect: OverlayRect; sanity: SanityNode }
            | null;
            left?: { rect: OverlayRect; sanity: SanityNode } | null;
            right?: { rect: OverlayRect; sanity: SanityNode } | null;
            top?: { rect: OverlayRect; sanity: SanityNode } | null;
        }
        | null