cli/ts/mod_meta/meta.interfaces.ts
2024-06-21 19:48:43 +02:00

4 lines
74 B
TypeScript

export interface IMetaRepoData {
projects: { [key: string]: string };
}