export interface ApiAuthInfo { customer?: boolean; support?: boolean; owner?: boolean; }