fix: support common backend configuration options from docs in ts types (#3674)

This commit is contained in:
Jeff Hackshaw
2020-04-29 11:52:01 -04:00
committed by GitHub
parent b5a242ec8e
commit 2580251208

View File

@ -83,6 +83,12 @@ declare module 'netlify-cms-core' {
name: CmsBackendType;
auth_scope?: CmsAuthScope;
open_authoring?: boolean;
repo?: string;
branch?: string;
api_root?: string;
site_domain?: string;
base_url?: string;
auth_endpoint?: string;
}
export interface CmsSlug {