UNPKG

@omnia/fx-models

Version:
9 lines (8 loc) 177 B
export interface PhotoWallMedia { source: string; isVideo: boolean; alt?: string; } export interface PhotoWallMediaWithId extends PhotoWallMedia { id: number; }