UNPKG

@thunderstorefront/types

Version:

Thunder Storefront types package

6 lines (4 loc) 89 B
export type Maybe<T> = T | null; export type Tree<T> = T & { children?: Tree<T>[]; };