Allocation<T>: {
    key: string;
    parent: string | null;
    value: T;
}

Type Parameters

  • T

Type declaration

  • key: string
  • parent: string | null
  • value: T