Group: {
    groupid: null | string;
    id: string;
    links: { html?: string | undefined; };
    name: string;
    organization: null | Object;
    public: boolean;
    scoped: boolean;
    scopes?: null | {
        enforced: boolean;
        uri_patterns: string[];
    };
    type: "private" | "open" | "restricted";
}

Type declaration

  • groupid: null | string
  • id: string
  • links: { html?: string | undefined; }
  • name: string
  • organization: null | Object
  • public: boolean
  • scoped: boolean
  • Optional scopes?: null | {
        enforced: boolean;
        uri_patterns: string[];
    }
  • type: "private" | "open" | "restricted"

Generated using TypeDoc