mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-20 00:46:46 +00:00
4 lines
75 B
TypeScript
4 lines
75 B
TypeScript
|
|
export const REACT_QUERY_KEY = {
|
||
|
|
GET_ALL_LICENCES: 'GET_ALL_LICENCES',
|
||
|
|
};
|