RocketChat/Rocket.Chat

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

Summary

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

export type GroupsAddOwnerProps = WithUserId;
export const isGroupsAddOwnerProps = withUserIdProps;