MCPcopy Index your code
hub / github.com/callstack/agent-device / session-surface.ts

File session-surface.ts

src/core/session-surface.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { defineStringEnum } from '../utils/string-enum.ts';
2
3export const SESSION_SURFACES = ['app', 'frontmost-app', 'desktop', 'menubar'] as const;
4export type SessionSurface = (typeof SESSION_SURFACES)[number];

Callers

nothing calls this directly

Calls 1

defineStringEnumFunction · 0.90

Tested by

no test coverage detected