summary refs log tree commit diff
path: root/src/util/schemas/GatewayResponse.ts
blob: e909f7bd474b68f145e5f78d81af46675fbdb5b0 (plain) (blame)
1
2
3
export interface GatewayResponse {
	url: string;
}