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
See
Profile
: https://github.com/hypothesis/client/blob/main/src/types/api.ts#L213user_info
: https://github.com/hypothesis/client/blob/main/src/types/api.ts#L143