interface AllowanceCallObject {
    owner: string;
    spender: string;
}

Properties

Properties

owner: string
spender: string