Type alias Interval

Interval: {
    max?: InputMaybe<Scalars["Float"]>;
    min?: InputMaybe<Scalars["Float"]>;
}

Type declaration