export interface IStickSessions {
    type?: string;
    cookie_name?: number;
    cookie_ttl_seconds?: string;
}
