Advertisement
cobastriarjo

cobaku

Jan 4th, 2023 (edited)
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.30 KB | None | 0 0
  1. export type CreateBinCollectionDto = {
  2.  
  3.    
  4.  
  5. };
  6.  
  7. def yyy(rt):
  8.   return 0
  9.  
  10. export class UpdateBinCollectionDto = {};
  11.  
  12. export type DeleteBinCollectionDto = {};
  13.  
  14. export type ReadABinCollectionDto = {};
  15. export type ReadListBinCollectionDto = {};
  16. export type ReadABinCollectionDetailDto = {};
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement