Type Alias BrandFile

Represents one of the assets used as part of the brand. These include logos, favicons, and some styles.

type BrandFile = {
    contentType?: string;
    eTag?: string;
    id?: "logo" | "favIcon" | "styles";
    path?: string;
}
Index

Properties

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