@turndown/library 0.0.26 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,6 +12,7 @@ export declare const ACCOUNT_TYPE: {
|
|
|
12
12
|
readonly ACCOUNT_ADMIN: "ACCOUNT_ADMIN";
|
|
13
13
|
readonly MAINTAINER: "MAINTAINER";
|
|
14
14
|
readonly CLEANER: "CLEANER";
|
|
15
|
+
readonly GUEST: "GUEST";
|
|
15
16
|
};
|
|
16
17
|
export type AccountType = ObjectValues<typeof ACCOUNT_TYPE>;
|
|
17
18
|
export declare const LANGUAGE: {
|
package/dist/types/user/index.js
CHANGED