Interface SyncResponseData

interface SyncResponseData {
    close?: boolean;
    stage: string;
    status: string;
}

Properties

Properties

close?: boolean
stage: string
status: string