interface IShareLinks {
    links: Record<string, IShareLinkDetails>;
    msgs: IWrappedEncodeObject[];
}

Properties

Properties

links: Record<string, IShareLinkDetails>