RocketChat/Rocket.Chat

View on GitHub
packages/ui-kit/src/blocks/elements/MultiUsersSelectElement.ts

Summary

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

/** @todo */
export type MultiUsersSelectElement = Actionable<{
    type: 'multi_users_select';
}>;