Type Alias GraffitiObject<Schema>

GraffitiObject: GraffitiObjectBase & JTDDataType<Schema>

This type constrains the GraffitiObjectBase type to adhere to a particular JSON schema. This allows for static type-checking of an object's value which is otherwise a freeform JSON object.

Schema-aware objects are returned by Graffiti.get and Graffiti.discover.

Type Parameters

  • Schema