mirror of
https://github.com/valitydev/fraudbusters-ui.git
synced 2024-11-06 08:35:18 +00:00
-
This commit is contained in:
parent
11d35e3f8f
commit
c3843917ff
@ -1,3 +1,3 @@
|
|||||||
export interface P2pEmulateFilter {
|
export interface P2pEmulateFilter {
|
||||||
identityId?: string; // TODO: Build fix with '?'
|
identityId: string;
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
export interface PaymentEmulateFilter {
|
export interface PaymentEmulateFilter {
|
||||||
partyId?: string; // TODO: Build fix with '?'
|
partyId: string;
|
||||||
shopId?: string;
|
shopId?: string;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user