interface HatInfo {
    edgeActivated?: boolean;
    restartExistingThreads?: boolean;
}

Properties

edgeActivated?: boolean
restartExistingThreads?: boolean