interface IntegerType {
    minimum: number;
    type: Integer;
}

Properties

Properties

minimum: number
type: Integer