property AdditionalExport.value The value of the export (for const, let, var) Examples Example 1 value: { features: ["auth", "api"], version: 2 } // Results in: export const NAME = { features: ["auth", "api"], version: 2 }; Type unknown