Defined visits TS types

This commit is contained in:
Alejandro Celaya
2020-08-27 17:56:48 +02:00
parent f283dc8569
commit f3a2535e2f
7 changed files with 88 additions and 38 deletions

View File

@@ -14,6 +14,7 @@ export const LIST_SHORT_URLS_ERROR = 'shlink/shortUrlsList/LIST_SHORT_URLS_ERROR
export const LIST_SHORT_URLS = 'shlink/shortUrlsList/LIST_SHORT_URLS';
/* eslint-enable padding-line-between-statements */
/** @deprecated Use ShortUrl interface instead */
export const shortUrlType = PropTypes.shape({
shortCode: PropTypes.string,
shortUrl: PropTypes.string,