MCPcopy Create free account
hub / github.com/TanStack/cli / AddOnSelection

Interface AddOnSelection

packages/create/src/types.ts:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162export type AddOnCompiled = z.infer<typeof AddOnCompiledSchema>
163
164export interface AddOnSelection {
165 id: string
166 enabled: boolean
167 options: Record<string, any>
168}
169
170export type FileBundleHandler = {
171 getFiles: () => Promise<Array<string>>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected