Add github type

This commit is contained in:
2022-01-17 21:29:03 +01:00
parent ad93c49653
commit b117f7f6c8

9
app/Types/IGithub.ts Normal file
View File

@@ -0,0 +1,9 @@
export interface GithubRequest {
content: string
sha: string
}
export interface GithubReason {
reason: string
error: string
}