Type Alias HouseRequirement
HouseRequirement: {
activeRecord: boolean;
frequency: string;
legalAuthority: string;
matchingCommunications: { count: number; url: string };
nature: string;
number: number;
parentAgency: string;
submittingAgency: string;
submittingOfficial?: string;
updateDate: string;
}
Type declaration
activeRecord: boolean
frequency: string
legalAuthority: string
matchingCommunications: { count: number; url: string }
nature: string
number: number
parentAgency: string
submittingAgency: string
Optional
submittingOfficial?: string
updateDate: string