UNPKG

@mikezimm/fps-core-v7

Version:

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

4 lines 275 B
export const GroupSelectsMin = ['Title', 'Description', 'Id', 'PrincipalType']; export const GroupSelectsWithOwner = [...GroupSelectsMin, 'Owner/Title', 'Owner/Id']; export const GroupSelectsFull = ['*', ...GroupSelectsWithOwner,]; //# sourceMappingURL=GroupSelects.js.map