2.2.9 • Published 5 months ago

@avaprotocol/types v2.2.9

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 months ago

Ava SDK for JavaScript/TypeScript

@avaprotocol/types is the TypeScript types for the @avaprotocol/sdk-js library and is intended to be used on the client side of a web app to interpret data.

Installation

To install @avaprotocol/types, run the following command:

npm install @avaprotocol/types

Or with Yarn:

yarn add @avaprotocol/types

Getting Started

Here’s a quick example of how to use the types library to get started with Ava Protocol:

import { WorkflowStatus, TriggerType } from "@avaprotocol/types";

// Check conditions such as workflow status
if (workflow.status === WorkflowStatus.Active) {
  // ...
  // your logic here
  // ...
}

Contributing

We welcome contributions! Feel free to submit pull requests or open issues for any bugs or feature requests.

License

This project is licensed under the Apache 2.0 License. See the LICENSE file for more details.

2.2.9

5 months ago

2.2.8

5 months ago

2.2.7

5 months ago

2.2.6

5 months ago

2.2.5

5 months ago

2.2.4

5 months ago

2.2.3

5 months ago

2.2.2

5 months ago

2.2.1

5 months ago

2.2.0

5 months ago

2.1.0

5 months ago

2.0.2

5 months ago

2.0.1

5 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago

0.9.5-dev.6

5 months ago

0.9.5-dev.5

5 months ago

0.9.4

9 months ago

0.9.4-dev.2

9 months ago

0.9.3

9 months ago

0.9.2

10 months ago

0.9.2-dev.5

10 months ago

0.9.2-dev.0

10 months ago

0.9.1

10 months ago