interface ReleasesQuery {
    month?: number;
    year?: number;
}

Properties

Properties

month?: number
year?: number