TAwaitPromisesArray
Bun

type

SQL.AwaitPromisesArray

type AwaitPromisesArray<T extends PromiseLike<any>[]> = { [K in keyof T]: Awaited<T[K]> }