Scaffold
This commit is contained in:
parent
babe378301
commit
5bbe768acb
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
import { TwoFactorType } from "@ente/accounts/constants/twofactor";
|
import { TwoFactorType } from "@ente/accounts/constants/twofactor";
|
||||||
import type { DialogBoxAttributesV2 } from "@ente/shared/components/DialogBoxV2/types";
|
import type { DialogBoxAttributesV2 } from "@ente/shared/components/DialogBoxV2/types";
|
||||||
import { APPS } from "./constants";
|
import { APPS } from "./constants";
|
||||||
|
import type { AppName } from "@/next/types/app";
|
||||||
|
|
||||||
export interface PageProps {
|
export interface PageProps {
|
||||||
appContext: {
|
appContext: {
|
||||||
|
@ -10,5 +11,6 @@ export interface PageProps {
|
||||||
logout: () => void;
|
logout: () => void;
|
||||||
};
|
};
|
||||||
appName: APPS;
|
appName: APPS;
|
||||||
|
appName2?: AppName;
|
||||||
twoFactorType?: TwoFactorType;
|
twoFactorType?: TwoFactorType;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue