Type Alias V3RequestBody<T>

V3RequestBody<T>: {
    query: T;
    [key: string]: any;
}

Type Parameters

  • T