Type alias HighSystemsResponseGetPages

HighSystemsResponseGetPages: {
    results: {
        file: {
            filename: string;
            location: {
                appid: string;
                pageid: string;
            };
            size: number;
        };
        id: string;
        name: string;
        properties: {
            displayEmbedded: boolean;
            displayOnMenu: boolean;
        };
        relatedApplication: string;
    }[];
    success: boolean;
}

Type declaration

  • results: {
        file: {
            filename: string;
            location: {
                appid: string;
                pageid: string;
            };
            size: number;
        };
        id: string;
        name: string;
        properties: {
            displayEmbedded: boolean;
            displayOnMenu: boolean;
        };
        relatedApplication: string;
    }[]
  • success: boolean

Generated using TypeDoc