keycloak-demo-frontend/src/api/types.d.ts

4 lines
47 B
TypeScript
Raw Normal View History

2021-09-06 10:00:03 +00:00
export interface APIParams {
host: string;
}