Type alias DevfiveQueryContainer<T>

DevfiveQueryContainer<T>: {
    [A in DeepKeyOnApi<T>]?: DevfiveQueryValue<T, A>
}

Type Parameters

  • T

Generated using TypeDoc