import type { MetaTypeKey } from "./MetaTypeKey"; import type { MetadataApiSpecInfo } from "./MetadataApiSpecInfo"; export interface BacklogApiSpec { readonly info: MetadataApiSpecInfo; getEntityTypeKey(): MetaTypeKey; }