MCPcopy
hub / github.com/OpenHands/OpenHands / IOption

Interface IOption

openhands-ui/shared/types.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11export type ComponentVariant = "primary" | "secondary" | "tertiary";
12
13export interface IOption<T> {
14 label: string;
15 value: T;
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected