src/app/models/lrs/stores.ts
| organtisation |
organtisation: |
| title |
title: |
export class Stores {
title: string;
organtisation: string;
}