chore: make PointerInfo importable

This commit is contained in:
Anton Strogonoff 2021-11-30 22:18:47 +01:00
parent 1403b87f6b
commit 65e7ac524c

View file

@ -1,7 +1,7 @@
import path from 'path';
interface PointerInfo {
export interface PointerInfo {
/** SHA256 hash of the actual blob contents. */
oid: string;