export interface IBlob {
    uri: string;
}
