export interface IViberActionArg { link: string; actionName?: string | undefined; actionArgument?: any; }