Updates
This commit is contained in:
Vendored
-3
@@ -903,10 +903,7 @@ export type FetchApiOptions = RequestInit & {
|
||||
[key: string]: any;
|
||||
};
|
||||
};
|
||||
export type AuthCsrfHeaderName = "x-csrf-auth";
|
||||
type FetchHeader = HeadersInit & {
|
||||
[key in AuthCsrfHeaderName]?: string | null;
|
||||
} & {
|
||||
[key: string]: any;
|
||||
};
|
||||
export type FetchApiReturn = {
|
||||
|
||||
Reference in New Issue
Block a user