Interface RawPage

interface RawPage {
    icon: string;
    isChat: boolean;
    isNews: boolean;
    link?: any;
    location: string;
    perm: string;
}

Implemented by

Properties

icon: string
isChat: boolean
isNews: boolean
link?: any
location: string
perm: string