variable_item.d.ts 100 B

12345
  1. export interface VariableItem {
  2. register(): void;
  3. unregister(): void;
  4. update(): void;
  5. }