@crewdle/web-sdk-types
v1.0.25
Published
The Crewdle Mist Web SDK public types and interfaces
Downloads
113
Readme
Crewdle Web SDK Types
Introduction
The Web SDK Types package contains all the public types and interfaces of the Crewdle Web SDK. This package is essential for developers who are looking to build connectors or extend the functionalities of the Crewdle Web SDK. It provides a comprehensive set of types that ensure type safety and consistency across different implementations.
Getting Started
Before you begin, make sure you are familiar with the Crewdle Web SDK. Understanding its architecture and functionalities will help you effectively utilize the types and interfaces provided in this package.
Installation
npm install @crewdle/web-sdk-types
Usage
Import the necessary types and interfaces into your TypeScript project to ensure type safety and leverage auto-completion features.
import { IObjectStoreConnector } from '@crewdle/web-sdk-types';
class MyCustomStoreConnector implements IObjectStoreConnector {
// implementation here
}
Documentation
For detailed information on the types and interfaces, refer to the SDK Reference. Here, you'll find comprehensive details on each type and how to use them effectively in your projects.
Need Help?
Reach out to [email protected] or raise an issue in our repository for any assistance.
Join Our Community
For an engaging discussion about your specific use cases or to connect with fellow developers, we invite you to join our Discord community. Follow this link to become a part of our vibrant group: Join us on Discord.