interface PermitData {
    permit: PermitSingle;
    signature: string;
}

Properties

Properties

permit: PermitSingle
signature: string