Mistri / types.mts
acecalisto3's picture
Upload 20 files
e9674a6 verified
export interface RepoFile {
path: string
content: string
}