UNPKG

@tobegames/core

Version:

Global packages widely used in other projects

8 lines (7 loc) 219 B
import { HttpHeader } from "./httpheader.model"; /** * Created by obert on 22.06.2017. */ export declare class AuthorizationHeader extends HttpHeader { constructor(schemeName: string, parameter: string); }