Type Alias InstanceGroup

InstanceGroup: {
    emails?: string[];
    name: string;
    summary?: string;
}