@mendix/extensions-api - v0.9.0
    Preparing search index...

    Type Alias ConstantValue

    type ConstantValue = {
        constantName: string;
        isPrivate: boolean;
        value?: string | null;
    }
    Index

    Properties

    constantName: string
    isPrivate: boolean
    value?: string | null