Type alias AsyncModAPIInternal

AsyncModAPI: {
    [K in keyof ModAPI]: ((...args) => Promise<ReturnType<ModAPI[K]>>)
}