Type alias PositionSegments

PositionSegments: {
    n: string;
    z?: string;
}

Object representation from a position

Type declaration

  • n: string

    The n segment string from a position

  • Optional z?: string

    The z segment string from a position

Generated using TypeDoc