Type Alias DataTable<V>

DataTable<V>: {
    remove(): boolean;
    update(data: V): void;
}

Type Parameters

  • V