Type Alias SyncContractStatusResponse

SyncContractStatusResponse: {
    debug: string;
    success: boolean;
}