UNPKG

pl4y-data-library

Version:

This library contains the dtos, enums, schemas, and other data objects needed in the pl4y ecosystem.

8 lines (6 loc) 156 B
import { Role } from "../../../enums/roles.enum"; export class TcpMessageMetadataMeDto { tenantId?: string; authToken?: string; role?: Role; }