Interface Leadership

interface Leadership {
    congress: number;
    type: string;
}

Properties

Properties

congress: number
type: string