/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type PatchedSlackUserConfig = { readonly id?: number; /** * edX user ID */ readonly user?: number; /** * Team Domain in the stated slack workspace. This is also the workspace name. */ slack_team_domain?: string; /** * Username in the stated slack workspace */ slack_username?: string; readonly date_created?: string; readonly last_modified?: string; };