File

src/api/webApi/data/identifiable.interface.ts

Index

Methods

Methods

getIdentifier
getIdentifier()
Returns : string
getName
getName()
Returns : string
export interface Identifiable {
  getName(): string;
  getIdentifier(): string;
}

results matching ""

    No results matching ""