solapi
    Preparing search index...
    type RcsWebButton = {
        buttonName: string;
        buttonType: Extract<RcsButtonType, "WL">;
        link: string;
    }
    Index

    Properties

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