mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-22 02:54:55 +02:00
5 lines
59 B
TypeScript
5 lines
59 B
TypeScript
export interface Choice {
|
|
id: string;
|
|
title: string;
|
|
}
|