UNPKG

test-ic-wallet-middleware-icrc

Version:
5 lines (4 loc) 186 B
import { CheckAllowanceModel } from "../../../types/allowances/checkAllowanceModel"; export interface CheckAllowanceByPrincipalResult { allowance: CheckAllowanceModel | undefined; }