Skip to content

conversion-library / TreeToArrayOptionsType

Type Alias: TreeToArrayOptionsType<IdK>

ts
type TreeToArrayOptionsType<IdK>: {
  idKey: IdK;
};

Type Parameters

IdK = string

Type declaration

idKey?

ts
optional idKey: IdK;

Defined in

lib/data-structure/arrayAndTree.ts:64