mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 20:19:26 +01:00
Add github type
This commit is contained in:
9
app/Types/IGithub.ts
Normal file
9
app/Types/IGithub.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface GithubRequest {
|
||||
content: string
|
||||
sha: string
|
||||
}
|
||||
|
||||
export interface GithubReason {
|
||||
reason: string
|
||||
error: string
|
||||
}
|
||||
Reference in New Issue
Block a user