interface BacklogApiSpec<T> {
    info: MetadataApiSpecInfo;
    getEntityTypeKey(): MetaTypeKey<T>;
}

Type Parameters

  • T

Properties

Methods

Properties

Methods