interface Borrow {
    obj: string;
    ref: string;
}

Properties

Properties

obj: string
ref: string