update Page obj
This commit is contained in:
11
miniprogram/types/Journal.ts
Normal file
11
miniprogram/types/Journal.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { QueryPage } from "./Model";
|
||||
|
||||
export type JournalPage = {
|
||||
type: JournalPageType;
|
||||
} & QueryPage;
|
||||
|
||||
export enum JournalPageType {
|
||||
|
||||
NORMAL = "NORMAL",
|
||||
PREVIEW = "PREVIEW"
|
||||
}
|
||||
Reference in New Issue
Block a user