export interface ResponseModel {
  paths: {
    data?: string;
  };
}
export type IdType = string | number;
