Type alias RcsWebButton

RcsWebButton: {
    buttonName: string;
    buttonType: Extract<RcsButtonType, "WL">;
    link: string;
}

Type declaration

  • buttonName: string
  • buttonType: Extract<RcsButtonType, "WL">
  • link: string

Generated using TypeDoc