export default interface IStorageResource {
    /**
     * The value doesn't matter, it's the existence of the
     * property we are looking for.
     */
    isStorageResource: boolean;
}
