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
User
AuthUserLimited

AuthUserLimited

export interface AuthUserLimited {
    limited: boolean;
    id: string;
    email: string;
    name: string | null;
    username: string;
    avatar: string | null;
    defaultTeamId: string | null;
    version: 'northstar' | null;
}
AuthUserListUserEventsProps

Built with Nextra by M1.