export TipLinkSplitContact

interface TipLinkSplitContact {
    contact?: BasicContactDeets;
    percent?: number;
}

Properties

Properties

percent?: number