LeafData (interface)
export interface LeafData {
path: (string | number)[]
creatorKey: string
CREATOR_KEY: string
custom: boolean,
bundled?: string[]
}export interface LeafData {
path: (string | number)[]
creatorKey: string
CREATOR_KEY: string
custom: boolean,
bundled?: string[]
}