mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
13bb4492c9
Keeping the deps in sync between this and the primary go.mod is a headache. adds Tailscale generated types
10 lines
251 B
TypeScript
10 lines
251 B
TypeScript
// Code generated by 'guts'. DO NOT EDIT.
|
|
|
|
// From codersdk/enums.go
|
|
export type Enum = "bar" | "baz" | "foo" | "qux";
|
|
|
|
// From codersdk/enums.go
|
|
export type EnumSliceType = readonly Enum[];
|
|
|
|
export const Enums: Enum[] = ["bar", "baz", "foo", "qux"];
|