feat: income
This commit is contained in:
11
src/client/models/GetAllTransactionsResponse.ts
Normal file
11
src/client/models/GetAllTransactionsResponse.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { PaginationInfoSchema } from './PaginationInfoSchema';
|
||||
import type { TransactionSchemaBase } from './TransactionSchemaBase';
|
||||
export type GetAllTransactionsResponse = {
|
||||
transactions: Array<TransactionSchemaBase>;
|
||||
paginationInfo: PaginationInfoSchema;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user