UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

9 lines (8 loc) 231 B
/** * A PDF entity, like images or fonts, which needs to be embedded into the * document before saving. */ export default interface Embeddable { embed: () => Promise<void>; } //# sourceMappingURL=Embeddable.d.ts.map