Type Alias GetObtDataDecryptedResponse

GetObtDataDecryptedResponse: {
    more: number;
    obt_data_records: (FioItem | FioSentItem)[];
}