Type Alias UIARequest<T>

UIARequest<T>: T & {
    auth?: AuthDict;
}

Helper type to represent HTTP request body for a UIA enabled endpoint

Type Parameters

  • T