strapi-plugin-comments
Version:
4 lines (3 loc) • 469 B
TypeScript
import { StrapiContext, PathValue } from '../@types';
import { CommentsPluginConfig } from '../config';
export declare const getConfig: <T extends "enabledCollections" | "approvalFlow" | "entryLabel" | "moderatorRoles" | "badWords" | "blockedAuthorProps" | "isValidationEnabled" | "reportReasons" | "isGQLPluginEnabled" | "gql" | "client">(strapi: StrapiContext['strapi'], path: T, defaultValue: PathValue<CommentsPluginConfig, T>) => Promise<CommentsPluginConfig[T]>;