Type Alias SyncAggregatorOrdersResponse

SyncAggregatorOrdersResponse: {
    msg: string;
    synced: boolean;
}