feat: add ES annotations

This commit is contained in:
Benjamin Jöckel
2019-05-10 11:47:06 +02:00
parent 55b5248660
commit 9c424b0f96
41 changed files with 263 additions and 2 deletions

View File

@@ -29,6 +29,8 @@ export interface SCTicketWithoutReferences
/**
* Waiting number of the ticket
*
* @keyword
*/
currentTicketNumber: string;
@@ -47,6 +49,7 @@ export interface SCTicketWithoutReferences
* A ticket
*
* @validatable
* @indexable
*/
export interface SCTicket
extends SCTicketWithoutReferences, SCThingInPlace {