PHP 8.2.30
Preview: current-admin.interface.ts Size: 789 B
/home/byroehnu/easepaybiz.easetack.com/node_modules/adminjs/src/current-admin.interface.ts

/**
 * Currently logged in admin.
 *
 * ### Usage with TypeScript
 *
 * ```typescript
 * import { CurrentAdmin } from 'adminjs'
 * ```
 *
 * @alias CurrentAdmin
 * @memberof AdminJS
 */
export interface CurrentAdmin {
  /**
   * Admin has one required field which is an email
   */
  email: string;
  /**
   * Optional title/role of an admin - this will be presented below the email
   */
  title?: string;
  /**
   * Optional url for an avatar photo
   */
  avatarUrl?: string;
  /**
   * Id of your admin user
   */
  id?: string;
  /**
   * Optional ID of theme to use
   */
  theme?: string;
  /**
   * Extra metadata specific to given Auth Provider
   */
  _auth?: Record<string, any>;
  /**
   * Also you can put as many other fields to it as you like.
   */
  [key: string]: any;
}

Directory Contents

Dirs: 4 × Files: 9

Name Size Perms Modified Actions
backend DIR
- drwxr-xr-x 2026-03-14 01:49:11
Edit Download
frontend DIR
- drwxr-xr-x 2026-03-14 01:49:11
Edit Download
locale DIR
- drwxr-xr-x 2026-03-14 01:49:11
Edit Download
utils DIR
- drwxr-xr-x 2026-03-14 01:49:11
Edit Download
127 B lr--r--r-- 2026-03-14 01:49:11
Edit Download
11.92 KB lrw-r--r-- 2026-03-05 00:20:27
Edit Download
4.39 KB lrw-r--r-- 2026-03-05 00:20:27
Edit Download
10.14 KB lrw-r--r-- 2026-03-05 00:20:27
Edit Download
592 B lrw-r--r-- 2026-03-05 00:20:26
Edit Download
227 B lrw-r--r-- 2026-03-05 00:20:27
Edit Download
915 B lrw-r--r-- 2026-03-05 00:20:27
Edit Download
789 B lrw-r--r-- 2026-03-05 00:20:27
Edit Download
321 B lrw-r--r-- 2026-03-05 00:20:27
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).