@ondewo/csi-client-nodejs
Version:
ONDEWO Communication System Integration (CSI) Client library for Nodejs
19 lines (15 loc) • 326 B
TypeScript
// package: google.type
// file: google/type/dayofweek.proto
/* tslint:disable */
/* eslint-disable */
import * as jspb from "google-protobuf";
export enum DayOfWeek {
DAY_OF_WEEK_UNSPECIFIED = 0,
MONDAY = 1,
TUESDAY = 2,
WEDNESDAY = 3,
THURSDAY = 4,
FRIDAY = 5,
SATURDAY = 6,
SUNDAY = 7,
}