Skip to content

Commit

Permalink
feat: add stream service internal type
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Aug 30, 2024
1 parent 39e932b commit 4681ddf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/sdk/src/core/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ export enum ResourceType {
CONSUMER = 'consumer',
CONSUMER_GROUP = 'consumer_group',
STREAM_ROUTE = 'stream_route',

// internal use only
INTERNAL_STREAM_SERVICE = 'stream_service',
}

0 comments on commit 4681ddf

Please sign in to comment.