export type ConfigOption = {
    baseUrl: string;
    adminRealm: string;
    userRealm?: string;
};
