@samply/lens
    Preparing search index...

    Type Alias AstBottomLayerValue

    type AstBottomLayerValue = {
        key: string;
        system?: string;
        type: string;
        value:
            | string
            | boolean
            | string[]
            | { max: number; min: number }
            | { max: string; min: string };
    }
    Index

    Properties

    Properties

    key: string
    system?: string
    type: string
    value:
        | string
        | boolean
        | string[]
        | { max: number; min: number }
        | { max: string; min: string }