Profile: {
    authority: string;
    features: Record<string, boolean>;
    groups: ({ id: string; name: string; public: boolean; url?: string | undefined; })[];
    preferences: Record<string, boolean>;
    user_info?: { display_name: string | null; };
    userid: null | string;
}

Type declaration

  • authority: string
  • features: Record<string, boolean>
  • groups: ({ id: string; name: string; public: boolean; url?: string | undefined; })[]
  • preferences: Record<string, boolean>
  • Optional user_info?: { display_name: string | null; }
  • userid: null | string

Generated using TypeDoc