Skip to content
Gunshi
Search
⌘
Ctrl
K
Main Navigation
Home
Guide
API
Showcase
v0.33.0
v0.27 Release Notes
Changelog
Contributing
GitHub
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /api/default/type-aliases/Awaitable.md for this page in Markdown format
Type Alias: Awaitable<T>
Awaitable type.
Signature
ts
export
type
Awaitable
<
T
>
=
T
|
Promise
<
T
>
Type Parameters
Name
Description
T
The type of the value that can be awaited.