RocketChat/Rocket.Chat

View on GitHub
packages/rest-typings/src/v1/groups/GroupsAddModeratorProps.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { WithUserId } from './BaseProps';
import { withUserIdProps } from './BaseProps';

export type GroupsAddModeratorProps = WithUserId;
export const isGroupsAddModeratorProps = withUserIdProps;