8 lines
226 B
TypeScript
8 lines
226 B
TypeScript
// Generated by nitro
|
|
import type { Serialize, Simplify } from "nitropack/types";
|
|
declare module "nitropack/types" {
|
|
type Awaited<T> = T extends PromiseLike<infer U> ? Awaited<U> : T
|
|
interface InternalApi {
|
|
}
|
|
}
|
|
export {} |