MCPcopy Create free account
hub / github.com/dailydotdev/apps / AddLinkShareLogQueryParams

Interface AddLinkShareLogQueryParams

packages/shared/src/lib/share.ts:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76};
77export interface AddLinkShareLogQueryParams {
78 link: string | undefined;
79 userId: string | null | undefined;
80 cid: ReferralCampaignKey;
81}
82
83export function addLogQueryParams(
84 params: Omit<AddLinkShareLogQueryParams, 'link'> & { link: string },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected