Ask a question to get started
Enter to sendā¢Shift+Enter new line
Retrieve a single item.
getItem( namespace: string[], key: string, options: __type ): Promise<Item | null>
namespace
string[]
A list of strings representing the namespace path.
key
string
The unique identifier for the item.
options
__type