Interface IBrandFile

interface IBrandFile {
    contentType: string;
    eTag: string;
    id: "logo" | "styles" | "favIcon";
    path: string;
}

Properties

Properties

contentType: string
eTag: string
id: "logo" | "styles" | "favIcon"
path: string