interface Space {
    guid: string;
    label: string;
    orgGUID: string;
}

Properties

Properties

guid: string
label: string
orgGUID: string