mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 20:19:26 +01:00
10 lines
135 B
TypeScript
10 lines
135 B
TypeScript
export interface GithubRequest {
|
|
content: string
|
|
sha: string
|
|
}
|
|
|
|
export interface GithubReason {
|
|
reason: string
|
|
error: string
|
|
}
|