UNPKG
kod-temp
Version:
latest (0.0.0)
0.0.0
Workano Communications SDK
kod-temp
/
dist
/
esm
/
types
/
lib
/
domain
/
MeetingStatus.d.ts
10 lines
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
type
MeetingStatusResponse
= {
full
:
boolean
; };
export
default
class
MeetingStatus
{
type
:
string
;
full
:
boolean
;
constructor
(
{ full, }?:
Record
<
string
,
any
>
);
static
parse
(
plain
:
MeetingStatusResponse
):
MeetingStatus
; }
//# sourceMappingURL=MeetingStatus.d.ts.map