Logos DX
    Preparing search index...

    Type Alias PropertyValidateFn<T>

    PropertyValidateFn: (value: T, method?: _InternalHttpMethods) => void

    Validation function type for PropertyStore.

    Type Parameters

    • T

      The property type

    Type Declaration