RocketChat/Rocket.Chat

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

Summary

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

export type GroupsAddLeaderProps = WithUserId;
export const isGroupsAddLeaderProps = withUserIdProps;