export type ContractDeployAction = {
    address: string;
    interfaces: Array<string>;
};
