UNPKG

manifest

Version:

The backend for AI code editors

6 lines (5 loc) 93 B
export interface SelectOption { label: string; id: string; selected?: boolean; }