export interface InterApiProcessMapping { sourceRegex: string; typeRegex: string; disabled: boolean; backgroundProcessTypes: string[]; }