[yandex-money-sdk] OperationHistoryOptions: label is optional parametr (#47297)

Co-authored-by: Дмитрий Фалько <d.falko@medpoint24.ru>
This commit is contained in:
Dmitriy Falko 2020-09-08 15:19:25 +03:00 committed by GitHub
parent cd362563e8
commit be88ed0d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ declare namespace YandexMoneySDK {
interface OperationHistoryOptions {
type: string;
label: string;
label?: string;
from?: string|Date;
till?: string|Date;
start_record?: string;