types.ts 73 B

12345
  1. export interface IRestApiContext {
  2. baseUrl: string;
  3. pushRef: string;
  4. }