UNPKG

boxedcat-dev

Version:

Complete collection of components and utilities created & used by Boxed Cat Development.

8 lines (7 loc) 189 B
export type Jedi = { firstName: string; lastName: string; lightsaberColour: "blue" | "green" | "purple" | "red" | "yellow" | "white"; ageArrived: number; isDarkSide?: boolean; };