UNPKG

66 BPlain TextView Raw
1export interface Framework {
2 name: string;
3 version: string;
4}