/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Serializer for delivery channel */ export type ConsumerChannel = { readonly id: number; /** * Channel name (e.g. email, push_notification) */ name?: string; };