@pond-ts/process API Reference
    Preparing search index...

    Interface BooleanParam

    interface BooleanParam {
        default: boolean;
        kind: "boolean";
        label?: string;
    }
    Index

    Properties

    Properties

    default: boolean
    kind: "boolean"
    label?: string