mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 18:13:47 +00:00
Created domainsList reducer test
This commit is contained in:
@@ -16,7 +16,7 @@ export interface DomainsList {
|
||||
error: boolean;
|
||||
}
|
||||
|
||||
interface ListDomainsAction extends Action<string> {
|
||||
export interface ListDomainsAction extends Action<string> {
|
||||
domains: ShlinkDomain[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user