{"version":3,"file":"is-system-collection.cjs","names":[],"sources":["../../../src/rest/utils/is-system-collection.ts"],"sourcesContent":["export function isSystemCollection(collection: string): boolean {\n\t// @ts-expect-error actual values are injected at build time from the @directus/system-data package\n\tconst collections: string[] = __SYSTEM_COLLECTION_NAMES__;\n\treturn collections.includes(collection);\n}\n"],"mappings":"AAAA,SAAgB,EAAmB,EAA6B,CAG/D,MAAA,+iBAAmB,SAAS,EAAW"}