feat: add azure devops backend (#4427)
This commit is contained in:
@ -15,7 +15,7 @@ interface API {
|
||||
export type ApiRequestObject = {
|
||||
url: string;
|
||||
params?: Record<string, string | boolean | number>;
|
||||
method?: 'POST' | 'PUT' | 'DELETE' | 'HEAD';
|
||||
method?: 'POST' | 'PUT' | 'DELETE' | 'HEAD' | 'PATCH';
|
||||
headers?: Record<string, string>;
|
||||
body?: string | FormData;
|
||||
cache?: 'no-store';
|
||||
|
@ -106,6 +106,7 @@ export type Config = {
|
||||
auth_type?: string;
|
||||
app_id?: string;
|
||||
cms_label_prefix?: string;
|
||||
api_version?: string;
|
||||
};
|
||||
media_folder: string;
|
||||
base_url?: string;
|
||||
|
Reference in New Issue
Block a user