sharedo-types
v1.0.12
Published
Sharedo Type definitions
Downloads
18
Readme
Types
In a TypeScript project, the types folder (or @types, typings, etc.) is commonly used to store custom type definitions and declaration files. These are files that end with a .d.ts extension and contain type information that helps TypeScript understand the shapes of libraries, modules, or other codebases.
Sharedo
Holds the type definitions for sharedo. If something is modified in Sharedo, adjust the type definition here and see what is affected by the change. Run the the tests and build to help discover any potential impacts.
Note: Add the following to you local project global.d.ts to include ShareDo frontend api types to your global definitions ///