mirror of
https://github.com/coder/coder.git
synced 2026-06-05 05:58:20 +00:00
077e594856
switch to guts for typescript type generation omitempty vs null must now be explicit
7 lines
149 B
TypeScript
7 lines
149 B
TypeScript
// Code generated by 'guts'. DO NOT EDIT.
|
|
|
|
// From overrides/overrides.go
|
|
export interface Overrides {
|
|
readonly Field: Record<string, string>;
|
|
}
|