/** * Represents the Viber channel interface. * * @deprecated Please use types instead of interfaces. * * @ignore */ interface ViberChannelInterface { /** * Specifies the channel type, which is 'viber_service'. */ channel: 'viber_service'; } export type { ViberChannelInterface };