solapi
    Preparing search index...
    type RcsMapButton = {
        buttonName: string;
        buttonType: Extract<RcsButtonType, "ML">;
        latitude: string;
        longitude: string;
    }
    Index

    Properties

    buttonName: string
    buttonType: Extract<RcsButtonType, "ML">
    latitude: string
    longitude: string