MCPcopy Create free account
hub / github.com/gotify/server / IUser

Interface IUser

ui/src/types.ts:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59export interface IUser {
60 id: number;
61 name: string;
62 admin: boolean;
63}
64
65export interface IVersion {
66 version: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…