regen doc

This commit is contained in:
Olivier Gagnon
2022-10-09 18:46:13 -04:00
parent cbb7f58231
commit 7a89c0a1bb
100 changed files with 804 additions and 836 deletions

View File

@@ -1,3 +1,4 @@
/** @internal */
export type ValuesFrom<T> = T[keyof T];
/** @public */
@@ -6713,6 +6714,7 @@ export interface NS {
enums: NSEnums;
}
/** @internal */
declare const enums = {
toast: {
SUCCESS: "success",
@@ -6720,9 +6722,12 @@ declare const enums = {
ERROR: "error",
INFO: "info",
},
} as const;
};
/** @public */
type ToastVariant = ValuesFrom<typeof enums.toast>;
/** @public */
export type NSEnums = typeof enums;
/**
* Corporation Office API