fix(types): Add missing auth_type
to CmsBackend
type (#5981)
This commit is contained in:
parent
0191f25c51
commit
db4dd10f47
1
packages/netlify-cms-core/index.d.ts
vendored
1
packages/netlify-cms-core/index.d.ts
vendored
@ -355,6 +355,7 @@ declare module 'netlify-cms-core' {
|
||||
site_domain?: string;
|
||||
base_url?: string;
|
||||
auth_endpoint?: string;
|
||||
auth_type?: 'implicit' | 'pkce';
|
||||
cms_label_prefix?: string;
|
||||
squash_merges?: boolean;
|
||||
proxy_url?: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user