interface Contribution {
    strings: number;
    words?: number;
}

Properties

Properties

strings: number
words?: number