Shared parameter for cross-instance communication

interface SharedParameter {
    key: string;
    value?: string;
}

Properties

Properties

key: string
value?: string