interfaces.ts 74 B

1234
  1. export type ValidReferer = {
  2. referer: string,
  3. shareLinkId: string,
  4. };