Nomination: {
actions: { count: number; url: string };
citation: string;
committees: { count: number; url: string };
congress: number;
description: string;
isList?: boolean;
latestAction: { actionDate: string; text: string };
nominationType?: { isCivilian?: boolean; isMilitary?: boolean };
nominees: {
introText?: string;
nomineeCount: number;
ordinal: number;
organization: string;
positionTitle: string;
url: string;
}[];
number: number;
partNumber: string;
receivedDate: string;
updateDate: string;
}
Type declaration
actions: { count: number; url: string }
citation: string
committees: { count: number; url: string }
congress: number
description: string
Optional
isList?: boolean
latestAction: { actionDate: string; text: string }
Optional
nominationType?: { isCivilian?: boolean; isMilitary?: boolean }
nominees: {
introText?: string;
nomineeCount: number;
ordinal: number;
organization: string;
positionTitle: string;
url: string;
}[]
number: number
partNumber: string
receivedDate: string
updateDate: string