Files
vscode-front-matter/src/models/Choice.ts
T

5 lines
59 B
TypeScript

export interface Choice {
id: string;
title: string;
}