File

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

Properties

err
err: any
Type : any
tenantData
tenantData: ITenantData
Type : ITenantData
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;
}

results matching ""

    No results matching ""