Mistri / types.mts
acecalisto3's picture
Rename cust_types.mts to types.mts
002c042 verified
raw
history blame
62 Bytes
export interface RepoFile {
path: string
content: string
}