@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface AxisLabels2d

    Generic class for any x/y axis labels

    interface AxisLabels2d {
        x?: string | null;
        y?: string | null;
    }
    Index
    x?: string | null
    y?: string | null