import { RpcCallOption } from 'lite-ts'; export type ValueTypeDataRemote = RpcCallOption & { continuable: boolean; };