RocketChat/Rocket.Chat

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

Summary

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

export type GroupsRemoveOwnerProps = WithUserId;
export const isGroupsRemoveOwnerProps = withUserIdProps;