interface Group {
    name?: string;
    self?: string;
}

Properties

Properties

name?: string
self?: string