UNPKG
@andrewcturing/microsoft_teams
Version:
latest (0.0.3)
0.0.3
0.0.2
Pipedream Microsoft Teams Components
pipedream.com/apps/microsoft_teams
@andrewcturing/microsoft_teams
/
common
/
constants.mjs
8 lines
(6 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
DEFAULT_METHOD =
"get"
;
const
ORDER_BY_CREATED_DESC =
"orderby=createdDateTime%20desc"
;
export
default
{ DEFAULT_METHOD, ORDER_BY_CREATED_DESC, };