add methods
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
export const methods = ['GET', 'POST'] as const;
|
export const methods = ['GET', 'POST', 'PUT', 'DELETE', 'PATCH', 'OPTIONS', 'HEAD'] as const;
|
||||||
export type Method = (typeof methods)[number];
|
export type Method = (typeof methods)[number];
|
||||||
|
|
||||||
type SimpleObject = Record<string, any>;
|
type SimpleObject = Record<string, any>;
|
||||||
|
|||||||
Reference in New Issue
Block a user