mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
|
interface PathPrefixProps {
|
||
|
pathPrefix?: string;
|
||
|
}
|
||
|
|
||
|
export default PathPrefixProps;
|