Type Alias SyncAggregatorOrdersParams

SyncAggregatorOrdersParams: {
    chainId?: number;
    contractAddress: string;
    tokenId: string;
}