@equinor/videx-3d
    Preparing search index...

    Type Alias WellboreHeader

    type WellboreHeader = {
        depthMdMsl: number;
        depthReferenceElevation: number;
        drilled: Date | null;
        easting: number;
        id: string;
        kickoffDepthMsl: number | null;
        name: string;
        northing: number;
        parent: string | null;
        properties?: Record<string, any>;
        status: string;
        waterDepth: number | null;
        well: string;
    }
    Index

    Properties

    depthMdMsl: number
    depthReferenceElevation: number
    drilled: Date | null
    easting: number
    id: string
    kickoffDepthMsl: number | null
    name: string
    northing: number
    parent: string | null
    properties?: Record<string, any>
    status: string
    waterDepth: number | null
    well: string