export default class AirbrakeCreds { constructor(public airbrakeId?: string, public airbrakeKey?: string) {} }