Documentation / @expofp/schema / Logo
Type Alias: Logo
ts
type Logo = object;The object logo form, carrying pre-scaled variant URLs. The variants are minted from the full URL without an existence check (optionalAsset), so the platform may never have produced the files — consumers fall back to url, and the offline generator skips a missing variant instead of failing.
Type Declaration
smallUrl?
ts
optional smallUrl?: string;tinyUrl?
ts
optional tinyUrl?: string;url
ts
url: string;