import type { SfMember } from './SfMember.js'; /** * A dictionary of structured field members. * * @group Structured Field * * @beta */ export type SfDictionary = Record | Map; //# sourceMappingURL=SfDictionary.d.ts.map