export type PatchedSlackConfig = { readonly id?: number; bot?: number; client_id?: string; client_secret?: string; app_token?: string; verification_token?: string; };