Updates
This commit is contained in:
Vendored
+2
-1
@@ -1478,6 +1478,7 @@ export type APIResponseObject<T extends {
|
||||
createdAt?: number;
|
||||
email?: string;
|
||||
requestOptions?: RequestOptions;
|
||||
logoutUser?: boolean;
|
||||
};
|
||||
export declare const UserTypes: readonly ["su", "admin"];
|
||||
export declare const SignUpParadigms: readonly [{
|
||||
@@ -2231,7 +2232,7 @@ export type APIPathsBody<T extends {
|
||||
[k: string]: any;
|
||||
} = {
|
||||
[k: string]: any;
|
||||
}> = APIPathsQuery & {
|
||||
}> = APIPathsQuery<T> & {
|
||||
data?: T;
|
||||
};
|
||||
export type APIPathsQuery<T extends {
|
||||
|
||||
Reference in New Issue
Block a user