chore: make PointerInfo importable
This commit is contained in:
parent
1403b87f6b
commit
65e7ac524c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import path from 'path';
|
||||
|
||||
|
||||
interface PointerInfo {
|
||||
export interface PointerInfo {
|
||||
/** SHA256 hash of the actual blob contents. */
|
||||
oid: string;
|
||||
|
||||
|
|
Loading…
Reference in a new issue