Skip to content

Crewdle/web-sdk-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 support@crewdle.com 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published