mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-08 17:27:32 +03:00
Fixed coding styles
This commit is contained in:
parent
33498ce903
commit
732d664715
1 changed files with 1 additions and 2 deletions
|
@ -107,8 +107,7 @@ export interface ShlinkShortUrlsListParams {
|
|||
}
|
||||
|
||||
export interface ShlinkShortUrlsListNormalizedParams extends
|
||||
Omit<ShlinkShortUrlsListParams, 'orderBy' | 'excludeMaxVisitsReached' | 'excludePastValidUntil'>
|
||||
{
|
||||
Omit<ShlinkShortUrlsListParams, 'orderBy' | 'excludeMaxVisitsReached' | 'excludePastValidUntil'> {
|
||||
orderBy?: string;
|
||||
excludeMaxVisitsReached?: 'true';
|
||||
excludePastValidUntil?: 'true';
|
||||
|
|
Loading…
Reference in a new issue