Type alias PrivateLink

PrivateLink: BaseLink & {
    key: string;
    pointer: PrivateName;
}

Generated using TypeDoc