Interface ReloadContinuationData

interface ReloadContinuationData {
    continuation: string;
}

Properties

Properties

continuation: string