interface Company {
    society_id: number;
    society_name: string;
}

Properties

society_id: number
society_name: string