browser-extensions-playground
    Preparing search index...
    type DevCommandRequest = {
        command: DevCommand;
        targetClientId?: string;
    }
    Index

    Properties

    command: DevCommand
    targetClientId?: string