You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

check-cancel.d.ts 210B

123456
  1. export declare type FormattedCheckCancel = {
  2. checkID: string;
  3. };
  4. declare function parseCheckCancel(tx: any): FormattedCheckCancel;
  5. export default parseCheckCancel;
  6. //# sourceMappingURL=check-cancel.d.ts.map