northants-design-system
Version:
Design system for West & North Northamptonshire Councils, two unitary councils encompassing Wellingborough, Corby, Daventry, East Northants, Kettering, Northampton, Northamptonshire County and South Northants.
19 lines (18 loc) • 358 B
TypeScript
export interface CludoNewsSearchProps {
/**
* The optional search term
*/
searchTerm?: string;
/**
* The cludo customer Id
*/
customerId: number;
/**
* The cludo engine Id
*/
engineId: number;
/**
* Optional first article date to work out the start year
*/
firstArticleDate?: string;
}