export type ClearTasksParams = { only: string[]; } | { except: string[]; };