interface Organization {
    guid: string;
    label: string;
}

Properties

Properties

guid: string
label: string