Type alias RcsDefaultButton

RcsDefaultButton: {
    buttonName: string;
    buttonType: Exclude<RcsButtonType, "WL">;
    link: string;
}

Type declaration

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

Generated using TypeDoc