interface IGrab {
    distance: number;
    links: IGrabLinks;
}

Implemented by

Properties

Properties

distance: number
links: IGrabLinks