orca/src/shared/app-identity.ts

10 lines
209 B
TypeScript

export type AppIdentity = {
name: string
isDev: boolean
devLabel: string | null
devBranch: string | null
devWorktreeName: string | null
devRepoRoot: string | null
dockBadgeLabel: string | null
}