UNPKG

forest-cli

Version:

The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.

12 lines 331 B
export = applicationTokenSerializer; /** * @typedef {{ name: string }} InputApplicationToken */ declare const applicationTokenSerializer: any; declare namespace applicationTokenSerializer { export { InputApplicationToken }; } type InputApplicationToken = { name: string; }; //# sourceMappingURL=application-token.d.ts.map