eligius
    Preparing search index...

    Type Alias TComplexPropertyMetadata

    TComplexPropertyMetadata: {
        defaultValue?: unknown;
        type:
            | TConstantParametersTypes[]
            | TParameterTypes
            | TParameterTypesDelimited;
    } & THasRequired & THasErased & THasDescription