export interface RedirectResponse {
    Location: string;
    Permenant: boolean;
}
