Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk
Awaitable
type
type Awaitable<T> = T | Promise<T>
Import
import { Awaitable } from '@modular/sdk';