/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

export type ApplicationHealthData = {
    /**
     * True if the instance is fully synchronized, according to NBXplorer
     */
    synchronized?: boolean;
}
