UNPKG

@mikezimm/fps-core-v7

Version:

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

8 lines 273 B
/** * Originally copied from IAnyContent in ALVFinMan. * Meant to be parent to be extended. */ export const ReadOnlyListItemProps = [ 'ID', 'Type', 'Created', 'Modified', 'Author', 'Editor', 'OData__UIVersionString', ]; //# sourceMappingURL=IAnyContent.js.map