We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b149d commit 7378cf8Copy full SHA for 7378cf8
packages/service-utils/src/core/usageV2.ts
@@ -7,6 +7,7 @@ export const USAGE_V2_SOURCES = [
7
"sdk",
8
"storage",
9
"wallet",
10
+ "pay",
11
] as const;
12
export type UsageV2Source = (typeof USAGE_V2_SOURCES)[number];
13
export function getTopicName(source: UsageV2Source) {
0 commit comments