@plyaz/types 1.27.12 → 1.27.13
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.
- package/dist/auth/auth-events.d.ts +1 -1
- package/dist/auth/index.cjs.map +1 -1
- package/dist/auth/index.d.ts +1 -1
- package/dist/auth/index.js.map +1 -1
- package/dist/auth/types.d.ts +1 -1
- package/dist/core/init/index.d.ts +1 -1
- package/dist/core/init/types.d.ts +1 -1
- package/dist/core/services/types.d.ts +57 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -58,7 +58,7 @@ export declare const AUTH_EVENTS: {
|
|
|
58
58
|
/**
|
|
59
59
|
* Type for authentication event names
|
|
60
60
|
*/
|
|
61
|
-
export type AuthEventTypes = typeof AUTH_EVENTS[keyof typeof AUTH_EVENTS];
|
|
61
|
+
export type AuthEventTypes = (typeof AUTH_EVENTS)[keyof typeof AUTH_EVENTS];
|
|
62
62
|
/**
|
|
63
63
|
* Authentication event payload interfaces
|
|
64
64
|
*/
|