Type Alias CompositionMinMax

Upper and lower bounds for items of specific classification types

type CompositionMinMax = {
    max?: number;
    min?: number;
}
Index

Properties

Properties

max?: number
min?: number