// this file is @generated
/* eslint @typescript-eslint/no-explicit-any: 0 */
/* eslint @typescript-eslint/no-empty-object-type: 0 */
/* eslint @typescript-eslint/no-unused-vars: 0 */

export interface SlackConfigOut {}

export const SlackConfigOutSerializer = {
  _fromJsonObject(object: any): SlackConfigOut {
    return {};
  },

  _toJsonObject(self: SlackConfigOut): any {
    return {};
  },
};
