summary refs log tree commit diff
path: root/src/util/schemas/responses/OAuthAuthorizeResponse.ts
blob: 60d6d2e2a8c7093348b6993d5d64d2832dacddf0 (plain) (blame)
1
2
3
export interface OAuthAuthorizeResponse {
	location: string;
}