Type alias DIRTY<T>

DIRTY<T>: {
    status: "dirty";
    value: T;
}

Type Parameters

  • T

Type declaration

  • status: "dirty"
  • value: T

Generated using TypeDoc