Chartbreaker
    Preparing search index...

    Type Alias OptionAction

    type OptionAction = {
        id: string;
        name: string;
        result?: never;
        type: string;
        value: any;
    }
    Index

    Properties

    Properties

    id: string
    name: string
    result?: never
    type: string

    option type

    value: any

    must correspond to the type