Micrio Client - v6.0.0
    Preparing search index...

    Interface Organisation

    interface Organisation {
        baseUrl?: string;
        branding?: boolean;
        fontFamily?: string;
        gtmId?: string;
        href?: string;
        logo?: Models.Assets.Image;
        name: string;
        slug: string;
    }
    Index

    Properties

    baseUrl?: string
    branding?: boolean
    fontFamily?: string
    gtmId?: string
    href?: string
    name: string
    slug: string