Files
spend-ia/lib/types.d.ts

5 lines
56 B
TypeScript

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