twenty / packages /twenty-shared /src /constants /AllowedFullNameSortSubfields.ts
Jules
Initial clean CRM deployment with prebuilt assets
d9494a5
Raw
History Blame Contribute Delete
91 Bytes
export const ALLOWED_FULL_NAME_SORT_SUBFIELDS = [
'firstName',
'lastName',
] as const;