Type alias ContractPermits

ContractPermits: Record<string, Permit>

A type representing a mapping of contract addresses to their corresponding permits. Each key is a string representing the contract's address, and each value is a Permit object.