MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / Props

Interface Props

src/components/StripeCheckPaymentBanner.tsx:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import Icon from "./Icon";
7
8interface Props {
9 sessionId: string;
10}
11
12const StripeCheckPaymentBanner = (props: Props) => {
13 const { sessionId } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected