Skip to content

boklisten/bl-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bl-model

A library containing the classes needed for the boklisten ecosystem.

Requires

Typescript 4+

Read more about typescript

Installation

This module can easily be installed by running yarn install `bash yarn install @boklisten/bl-model


## Development

Publish with
```bash
npm version patch && yarn pub
```

## Usage

Every class can now be used by importing it into your project and classes.

Example usage:

```typescript
import { Branch, CustomerItem } from "@boklisten/bl-model";

class SampleClass {
  branch: Branch;
  customerItem: CustomerItem;

  public printBranchName() {
    console.log(this.branch.name);
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •