Chartbreaker
    Preparing search index...

    Type Alias BooleanAction

    type BooleanAction = {
        id: string;
        name: string;
        result: "boolean";
    }
    Index

    Properties

    Properties

    id: string
    name: string
    result: "boolean"