MCPcopy
hub / github.com/t3-oss/create-t3-app / SidebarItem

Interface SidebarItem

www/src/config.ts:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55export type OuterHeaders = "Create T3 App" | "Deployment" | "Usage";
56
57export interface SidebarItem<
58 TCode extends KnownLanguageCode = KnownLanguageCode,
59> {
60 text: string;
61 link: `${TCode}/${string}`;
62}
63
64export type SidebarItemLink = SidebarItem["link"];
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected