mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
5 lines
56 B
TypeScript
5 lines
56 B
TypeScript
export interface Tab {
|
|
title: string;
|
|
id: string;
|
|
}
|