Add type for router location state within subscribers listing

[PREMIUM-145]
This commit is contained in:
Rostislav Wolny
2020-08-24 12:44:23 +02:00
committed by Veljko V
parent ffc5484e68
commit 19c890cbd8

View File

@@ -0,0 +1,3 @@
export type LocationState = {
backUrl?: string,
};