Type Alias SyncDeployedContractResponse

SyncDeployedContractResponse: {
    contractAddress: `0x${string}`;
    success: string;
}