UNPKG

test-ic-wallet-middleware-icrc

Version:
6 lines (5 loc) 189 B
import { AllowanceModel } from "../../../types/allowances/allowanceModel"; export interface CheckAllowanceResult { existAllowance: boolean; allowance: AllowanceModel | undefined; }