File

src/app/modules/core/services/tenant/interfaces/tenant.ts

Index

Properties

Properties

appLogo
appLogo: string
Type : string
favicon
favicon: string
Type : string
logo
logo: string
Type : string
poster
poster: string
Type : string
titleName
titleName: string
Type : string
import { ServerResponse } from '@sunbird/shared';
export interface ITenantInfo {
    err: ServerResponse;
    tenantData: ITenantData;
}

export interface ITenantData {
    appLogo: string;
    favicon: string;
    logo: string;
    poster: string;
    titleName: string;
}

export interface ITenantSettings {
    helpCenterLink?: string;
    helpDeskEmail?: string;
    playstoreLink?: string;
}

results matching ""

    No results matching ""