UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

3 lines 229 B
export type IFieldValueExpandFormats = 'FieldValuesAsHtml' | 'FieldValuesAsText' | 'AttachmentFiles'; export declare const AllFieldValueFormats: IFieldValueExpandFormats[]; //# sourceMappingURL=IFieldValueExpandFormats.d.ts.map