mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 20:26:40 +00:00
Migrated editShortUrl payload action
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Action } from 'redux';
|
||||
import { ProblemDetailsError } from './errors';
|
||||
|
||||
/** @deprecated */
|
||||
export interface ApiErrorAction extends Action<string> {
|
||||
errorData?: ProblemDetailsError;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user