|
@@ -1,5 +1,7 @@
|
|
|
import { WorkingGroupKey } from '@joystream/types/common';
|
|
|
export const apiModuleByGroup: { [k in WorkingGroupKey]: string } = {
|
|
|
Storage: 'storageWorkingGroup',
|
|
|
- Content: 'contentDirectoryWorkingGroup'
|
|
|
+ Content: 'contentDirectoryWorkingGroup',
|
|
|
+ Builder: 'builderWorkingGroup',
|
|
|
+ Gateway: 'gatewayWorkingGroup'
|
|
|
};
|