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

4 lines
47 B
TypeScript

export interface APIParams {
host: string;
}