fix not required prop

This commit is contained in:
Владислав Чикалкин 2020-09-23 12:11:41 +03:00
parent 2ec8300dab
commit 94218a807c

View File

@ -36,7 +36,7 @@ export interface ITransactionCurrency extends IBaseOption {
export interface IEvoClientType extends IBaseOption {
evo_name?: string;
evo_client_typeid: string;
evo_client_typeid?: string;
statecode?: number;
}