UNPKG

@svta/common-media-library

Version:
14 lines 257 B
/** * Options for encoding a structured field. * * @group Structured Field * * @beta */ export type SfEncodeOptions = { /** * Include whitespace in the output. */ whitespace?: boolean; }; //# sourceMappingURL=SfEncodeOptions.d.ts.map