export interface GithubRequest { content: string sha: string } export interface GithubReason { reason: string error: string }