types.ts 56 B

12
  1. export type ObservableProperty = 'once'|'always'|null;