interface AuthorizedEmail {
    authorized_email: string;
    id: number;
    society_id: number;
}

Properties

authorized_email: string
id: number
society_id: number