UNPKG

@light-auth/core

Version:

light auth core framework agnostic, using arctic

7 lines (6 loc) 228 B
/** this type represents the way to access environment variables on the server side * typically process.env or import.meta.env on the server side */ export type LightAuthServerEnv = { [key: string]: string | undefined; };