Fixed merge conflicts

This commit is contained in:
Alejandro Celaya
2021-10-17 12:41:23 +02:00
4 changed files with 57 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ import { Nullable, OptionalString } from '../../utils/utils';
export interface EditShortUrlData {
longUrl?: string;
tags?: string[];
title?: string;
title?: string | null;
validSince?: Date | string | null;
validUntil?: Date | string | null;
maxVisits?: number | null;