Interface InteractionCompatibility

interface InteractionCompatibility {
    name: string;
    parameters: Record<string, InteractionOptionType>;
    type: InteractionOptionType;
}

Hierarchy (view full)

Properties

Properties

name: string
parameters: Record<string, InteractionOptionType>