RocketChat/Rocket.Chat

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

Summary

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

export type GroupsModeratorsProps = BaseProps;
export const isGroupsModeratorsProps = withBaseProps;