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

Interface IProps

ui/src/user/AddEditUserDialog.tsx:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import React from 'react';
11
12interface IProps {
13 name?: string;
14 admin?: boolean;
15 fClose: VoidFunction;
16 fOnSubmit: (name: string, pass: string, admin: boolean) => Promise<void>;
17 isEdit?: boolean;
18}
19
20const AddEditUserDialog = ({
21 fClose,

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…