import { ConfigurationStatus } from './';

export type req = {
  key: string;
  value: string;
};

export type conf = {
  status: ConfigurationStatus;
};
