export interface ICustomHeaders {
    [custom: string]: string | Date | number | boolean;
}
