mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
migrate services.js to ts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export interface TransactionPictureUnusedDeleteRequest {
|
||||
readonly id: string;
|
||||
}
|
||||
|
||||
export interface TransactionPictureInfoBasicResponse {
|
||||
readonly pictureId: string;
|
||||
readonly originalUrl: string;
|
||||
}
|
||||
Reference in New Issue
Block a user