Type Declaration
settings?
null before it is first saved.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The install- and organization-scoped storage documents Tappify passes to the server on every call, keyed by collection name.
type TappifyDocuments = Record<string, unknown> & {
settings?: TapSettingsValues | null;
};
optional settings?: TapSettingsValues | null;
null before it is first saved.Was this page helpful?