export interface IRestApiContext {
	baseUrl: string;
	pushRef: string;
}
