RDAdsEntity.ts 86 B

1234567
  1. export interface RDAdsEntity {
  2. success: () => void;
  3. fail: () => void;
  4. }