23 lines
520 B
TypeScript
23 lines
520 B
TypeScript
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
// @ts-ignore: Unused imports
|
|
import {Create as $Create} from "@wailsio/runtime";
|
|
|
|
/**
|
|
* Type defines the type for the "type" enum field.
|
|
*/
|
|
export enum Type {
|
|
/**
|
|
* The Go zero value for the underlying type of the enum.
|
|
*/
|
|
$zero = "",
|
|
|
|
/**
|
|
* Type values.
|
|
*/
|
|
TypeDark = "dark",
|
|
TypeLight = "light",
|
|
};
|