mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
9 lines
208 B
TypeScript
9 lines
208 B
TypeScript
export interface TransactionPictureUnusedDeleteRequest {
|
|
readonly id: string;
|
|
}
|
|
|
|
export interface TransactionPictureInfoBasicResponse {
|
|
readonly pictureId: string;
|
|
readonly originalUrl: string;
|
|
}
|