Type Alias GetTransactionByIdData

GetTransactionByIdData: {
    transactionId: string;
}
""