UNPKG

@sixbell-telco/sdk

Version:

A collection of reusable components designed for use in Sixbell Telco Angular projects

11 lines (10 loc) 219 B
/** * Cached asset entry * Stores resolved asset URLs with optional scheme variants */ export interface CachedAsset { themeName: string; assetKey: string; light: string | null; dark: string | null; }