mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 08:42:13 +02:00
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
export default interface CodeRepositoryFile {
|
|
fileContent: string;
|
|
filePath: string;
|
|
}
|