Type alias FieldDistribution

FieldDistribution: {
    [field: string]: number;
}

Type declaration

  • [field: string]: number