UNPKG

@svta/common-media-library

Version:
14 lines 266 B
/** * Options for decoding Structured Field values * * @group Structured Field * * @beta */ export type SfDecodeOptions = { /** * Use JS Symbol to represent token values */ useSymbol?: boolean; }; //# sourceMappingURL=SfDecodeOptions.d.ts.map