ContainerResolution:
    | T
    | Promise<T>
    | (T | Promise<T>)[]
    | Promise<T | (T | Promise<T>)[]>

Type Parameters

  • T
MMNEPVFCICPMFPCPTTAAATR