export interface IIFoodHandshakeMedia {
    url: string;
    contentType: string;
}
