Growthackr Chrome Extension - v1.0.0
    Preparing search index...

    Message to add a new platform or platforms

    interface AddPlatformMessage {
        action: ADD_PLATFORM;
        platform?: Platform;
        platforms?: Platform[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: ADD_PLATFORM

    The action to be performed

    platform?: Platform

    The platform to add

    platforms?: Platform[]

    Array of platforms to add