interface OfficeBody {
    uid: string;
    name: string;
}

Properties

Properties

uid: string
name: string

Generated using TypeDoc