-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Needs: triage 🔍New issue, needs PM on rotation to triage ASAPNew issue, needs PM on rotation to triage ASAP
Description
office-js-docs-reference
uses DT as the source of truth for its type definitions, which can be conveniently installed in a project with @types/office-js
. Is there an equivalent for Office Scripts?
There seem to be two versions of excel.d.ts
in this repository:
- generate-docs/script-inputs/excel.d.ts (
declare
syntax) - generate-docs/api-extractor-inputs-excel/excel.d.ts (
export
syntax)
The latter seems to get generated based on the first by GenerateDocs.sh
.
Can this first file be considered a "source of truth", or is there a better place to get these type definitions from?
Metadata
Metadata
Assignees
Labels
Needs: triage 🔍New issue, needs PM on rotation to triage ASAPNew issue, needs PM on rotation to triage ASAP