Type Alias Pick

Pick: {
    id: string;
    mdMsl: number;
    pickIdentifier: string;
    properties?: Record<string, any>;
    tvdMsl?: number;
    wellboreId: string;
}

Type declaration

  • id: string
  • mdMsl: number
  • pickIdentifier: string
  • Optionalproperties?: Record<string, any>
  • OptionaltvdMsl?: number
  • wellboreId: string