Skip to main content

ApplicationState

@codebolt/types


Interface: ApplicationState

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/common.ts:18

Common TypeScript types and interfaces shared across the codeboltjs library

This file contains:

  • Shared data structures
  • Common enums
  • Utility types
  • Application state types
  • Git-related types
  • Vector database types
  • General purpose interfaces

Properties

PropertyTypeDefined in
currentProject?stringcommon/types/src/codeboltjstypes/libFunctionTypes/common.ts:19
openFiles?string[]common/types/src/codeboltjstypes/libFunctionTypes/common.ts:21
recentProjects?string[]common/types/src/codeboltjstypes/libFunctionTypes/common.ts:22
sessionData?Record<string, any>common/types/src/codeboltjstypes/libFunctionTypes/common.ts:24
userPreferences?Record<string, any>common/types/src/codeboltjstypes/libFunctionTypes/common.ts:23
workingDirectory?stringcommon/types/src/codeboltjstypes/libFunctionTypes/common.ts:20