interface IInput {
    year: number;
    [key: string]: unknown;
}

Indexable

[key: string]: unknown

Properties

Properties

year: number