MCPcopy Create free account
hub / github.com/MirrowApp/mirrow / StringAttributeSpec

Interface StringAttributeSpec

packages/core/src/data/attribute-spec.ts:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21export interface StringAttributeSpec extends AttributeSpecBase<string> {
22 type: "string";
23}
24
25export interface BooleanAttributeSpec extends AttributeSpecBase<boolean> {
26 type: "boolean";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected