@routerprotocol/chain-api
Version:
Router Chain API Query client with generated gRPC bindings.
24 lines (19 loc) • 347 B
TypeScript
// package: google.type
// file: google/type/month.proto
import * as jspb from "google-protobuf";
export interface MonthMap {
MONTH_UNSPECIFIED: 0;
JANUARY: 1;
FEBRUARY: 2;
MARCH: 3;
APRIL: 4;
MAY: 5;
JUNE: 6;
JULY: 7;
AUGUST: 8;
SEPTEMBER: 9;
OCTOBER: 10;
NOVEMBER: 11;
DECEMBER: 12;
}
export const Month: MonthMap;