MCPcopy Create free account
hub / github.com/ComponentDriven/csf / SBBaseType

Interface SBBaseType

src/SBType.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface SBBaseType {
2 required?: boolean;
3 raw?: string;
4}
5
6export type SBScalarType = SBBaseType & {
7 name: 'boolean' | 'string' | 'number' | 'function' | 'symbol';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…