5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
export const MarketplaceFeeScope = {
|
|
PRODUCT: 'product',
|
|
TRANSACTION: 'transaction',
|
|
} as const;
|