@nnc-digital/nnc-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.
35 lines (34 loc) • 830 B
TypeScript
export declare const addressMockData: {
"NN16 9XR": {
recordCount: number;
data: {
UPRN: string;
USRN: string;
Address: string;
HouseName: any;
AdditionalHouseName: any;
Street: string;
Locality: string;
Town: string;
Postcode: any;
Longitude: number;
Latitude: number;
UserDefinedAddress: string;
CalculatedAddress: any;
}[];
};
};
export declare const calendarEventMockData: {
"100031057713": {
id: number;
title: string;
subject: string;
start: string;
end: any;
link: string;
color: string;
textColor: string;
complete: boolean;
url: string;
}[];
};