interface IKeyWeight {
    key: string;
    weight: number;
}

Properties

Properties

key: string
weight: number