UNPKG

sleeveforarm

Version:
8 lines (7 loc) 196 B
export default interface IStorageResource { /** * The value doesn't matter, it's the existence of the * property we are looking for. */ isStorageResource: boolean; }