@procivis/react-native-one-core
    Preparing search index...

    Type Alias DataTypeParams

    DataTypeParams:
        | { params?: StringDataTypeParams; type: String }
        | { params?: NumberDataTypeParams; type: Number }
        | { params?: DateDataTypeParams; type: Date }
        | { params?: FileDataTypeParams; type: Picture | SwiyuPicture }
        | { params?: undefined; type: Object | Array | Boolean }