about summary refs log tree commit diff
path: root/src/state/cache/types.ts
blob: 8bfcc867c9ea2e2b8b7d7ea2ac58b3949c6ad28e (plain) (blame)
1
export type Shadow<T> = T & {isShadowed: true}