mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[yandex-money-sdk] OperationHistoryOptions: label is optional parametr (#47297)
Co-authored-by: Дмитрий Фалько <d.falko@medpoint24.ru>
This commit is contained in:
parent
cd362563e8
commit
be88ed0d91
2
types/yandex-money-sdk/index.d.ts
vendored
2
types/yandex-money-sdk/index.d.ts
vendored
@ -44,7 +44,7 @@ declare namespace YandexMoneySDK {
|
||||
|
||||
interface OperationHistoryOptions {
|
||||
type: string;
|
||||
label: string;
|
||||
label?: string;
|
||||
from?: string|Date;
|
||||
till?: string|Date;
|
||||
start_record?: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user