export interface UrlParams {
    auth?: boolean;
    transformation?: string;
}
