Interface IIdentifiable

interface IIdentifiable {
    getId(): string;
}

Implemented by

Methods

Methods

Generated using TypeDoc