export interface ICosMeta {
    Key: string;
    LastModified: Date | string;
}
