Type alias UIARequest<T>

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

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

Type Parameters

  • T

Type declaration

Generated using TypeDoc