RocketChat/Rocket.Chat

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

Summary

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

export type GroupsInfoProps = BaseProps;
export const isGroupsInfoProps = withBaseProps;