Updates
This commit is contained in:
Vendored
+7
@@ -1195,4 +1195,11 @@ export interface AceEditorOptions {
|
||||
wrapBehavioursEnabled?: boolean;
|
||||
wrapMethod?: "code" | "text" | "auto";
|
||||
}
|
||||
export type SendOneTimeCodeEmailResponse = {
|
||||
success: boolean;
|
||||
code?: string;
|
||||
createdAt?: number;
|
||||
email?: string;
|
||||
msg?: string;
|
||||
};
|
||||
export {};
|
||||
|
||||
@@ -1417,3 +1417,11 @@ export interface AceEditorOptions {
|
||||
wrapBehavioursEnabled?: boolean;
|
||||
wrapMethod?: "code" | "text" | "auto";
|
||||
}
|
||||
|
||||
export type SendOneTimeCodeEmailResponse = {
|
||||
success: boolean;
|
||||
code?: string;
|
||||
createdAt?: number;
|
||||
email?: string;
|
||||
msg?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user