MCPcopy
hub / github.com/graphile/starter / IProps

Interface IProps

@app/client/src/pages/reset.tsx:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import React, { FocusEvent, useCallback, useState } from "react";
16
17interface IProps {
18 userId: string | null;
19 token: string | null;
20}
21
22enum State {
23 PENDING = "PENDING",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected