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

Interface PageSpec

@app/components/src/SettingsLayout.tsx:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20const { Sider, Content } = Layout;
21
22interface PageSpec {
23 title: string;
24 cy: string;
25 warnIfUnverified?: boolean;
26 titleProps?: TextProps;
27}
28
29// TypeScript shenanigans (so we can still use `keyof typeof pages` later)
30function page(spec: PageSpec): PageSpec {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected