export class CreateClickLinkEventDto {
  kind: string;
  time: Date;
  url: string;
}
