import { PhotoWallMediaWithId } from "./PhotoWallMedia";
export interface LayoutPhotoMap {
    [key: string]: Array<PhotoWallMediaWithId>;
}
