export interface Authorization {
    authorized: boolean;
}
