/** * **Utility interfaces for internal use only!!!** */ export interface UpdateValue { value: T; order: number; }