UNPKG

@svta/common-media-library

Version:
10 lines 261 B
import type { SfMember } from './SfMember.js'; /** * A dictionary of structured field members. * * @group Structured Field * * @beta */ export type SfDictionary = Record<string, SfMember> | Map<string, SfMember>; //# sourceMappingURL=SfDictionary.d.ts.map