mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-17 07:10:03 +00:00
4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
export default interface CodeRepositoryFile {
|
|
fileContent: string;
|
|
filePath: string;
|
|
}
|