mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-29 19:41:16 -05:00
feat(unify): allow prompts to auto-open after set time (#19571)
This commit is contained in:
@@ -15,6 +15,7 @@ export interface AuthenticatedUserShape {
|
||||
|
||||
export interface ProjectShape {
|
||||
projectRoot: string
|
||||
savedState?: SavedStateShape
|
||||
}
|
||||
|
||||
export interface DevStateShape {
|
||||
@@ -27,6 +28,12 @@ export interface LocalSettingsDataShape {
|
||||
preferences: AllowedState
|
||||
}
|
||||
|
||||
export interface SavedStateShape {
|
||||
firstOpened?: number | null
|
||||
lastOpened?: number | null
|
||||
promptsShown?: object | null
|
||||
}
|
||||
|
||||
export interface ConfigChildProcessShape {
|
||||
/**
|
||||
* Child process executing the config & sourcing plugin events
|
||||
|
||||
Reference in New Issue
Block a user