mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
fix doc
This commit is contained in:
10
dist/bitburner.d.ts
vendored
10
dist/bitburner.d.ts
vendored
@@ -1119,7 +1119,7 @@ export declare interface EmployeeJobs {
|
||||
Unassigned: number;
|
||||
}
|
||||
|
||||
/** @internal */
|
||||
/** @public */
|
||||
export declare const enums = {
|
||||
toast: {
|
||||
SUCCESS: "success",
|
||||
@@ -1200,7 +1200,7 @@ export declare interface Fragment {
|
||||
|
||||
/**
|
||||
* Game Information
|
||||
* @internal
|
||||
* @public
|
||||
*/
|
||||
export declare interface GameInfo {
|
||||
version: string;
|
||||
@@ -2470,7 +2470,7 @@ export declare interface InvestmentOffer {
|
||||
|
||||
/**
|
||||
* Interface Styles
|
||||
* @internal
|
||||
* @public
|
||||
*/
|
||||
export declare interface IStyleSettings {
|
||||
fontFamily: string;
|
||||
@@ -7236,7 +7236,7 @@ export declare interface UserInterface {
|
||||
|
||||
/**
|
||||
* Interface Theme
|
||||
* @internal
|
||||
* @public
|
||||
*/
|
||||
export declare interface UserInterfaceTheme {
|
||||
[key: string]: string | undefined;
|
||||
@@ -7275,7 +7275,7 @@ export declare interface UserInterfaceTheme {
|
||||
button: string;
|
||||
}
|
||||
|
||||
/** @internal */
|
||||
/** @public */
|
||||
export declare type ValuesFrom<T> = T[keyof T];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user