Mistri / types.mts
acecalisto3's picture
Upload 20 files
e9674a6 verified
raw
history blame
No virus
62 Bytes
export interface RepoFile {
path: string
content: string
}