Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
export interface AuthConfig {
"#"?: string // optional comment
oauth_client_id: string
oauth_secret: string
url: string
api_url: string
}