venture.jsHomeHomeExamplesExamplesDocumentationDocumentation
GitHubGitHub (opens in a new tab)
  • Home
    • VentureClient
      • AliasesManager
      • BaseManager
      • DomainsManager
      • ProjectsManager
      • AssignAliasProps
      • AssignAliasReturnType
      • DeleteAliasProps
      • DeleteAliasReturnType
      • GetAliasProps
      • GetAliasReturnType
      • ACLAction
      • AuthToken
      • ChecksConclusion
      • ChecksState
      • DeploymentState
      • DeploymentSubstate
      • EdgeConfigItem
      • EdgeConfigItemValue
      • EdgeConfigToken
      • FileTree
      • Framework
      • Func
      • JobStatus
      • NodeVersion
      • Pagination
      • Plan
      • SoftBlockedDueToOverageType
      • SoftBlockReason
      • UserEvent
      • UserEventEntityType
      • CreateDeploymentProps
      • CreateDeploymentReturnType
      • ListDeploymentsProps
      • ListDeploymentsReturnType
      • DomainAvailableProps
      • DomainAvailableReturnType
      • DomainPriceProps
      • DomainPriceReturnType
      • CreateProjectEnvironmentVariable
      • CreateProjectGitRepository
      • CreateProjectProps
      • CreateProjectReturnType
      • DeleteProjectProps
      • DeleteProjectReturnType
      • AnyTeam
      • CreateTeamProps
      • DeleteTeamProps
      • DeleteTeamReturnType
      • GetTeamProps
      • GetTeamReturnType
      • ListTeamsProps
      • ListTeamsReturnType
      • Team
      • TeamLimited
      • ValidGetTeamProps
      • AuthUser
      • AuthUserLimited
      • ListUserEventsProps
      • ListUserEventsReturnType
      • User
Question? Give us feedback → (opens in a new tab)Edit this page
Documentation
Types
Common
UserEventEntityType

UserEventEntityType

export type UserEventEntityType =
    | 'author'
    | 'bitbucket_login'
    | 'bold'
    | 'deployment_host'
    | 'dns_record'
    | 'git_link'
    | 'github_login'
    | 'gitlab_login'
    | 'hook_name'
    | 'integration'
    | 'edge-config'
    | 'link'
    | 'project_name'
    | 'scaling_rules'
    | 'env_var_name'
    | 'target'
    | 'store'
    | 'system';
UserEventCreateDeploymentProps

Built with Nextra by M1.