export type SecurityRequirementObject = {
  [key: string]: string[]
}
