UNPKG

strapi-plugin-comments

Version:
8 lines (7 loc) 179 B
type Config = { regex: { relatedUid: string; }; }; declare const getRelatedGroups: (related: string, config: Config) => string[]; export default getRelatedGroups;