export interface LogOutReturnProps {
    response: string;
}
