export interface initType {
    requestUrl: string;
    hostUrl: string;
    cookieNameKey: string | undefined;
}
