Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAdminEgg

Hierarchy

  • IAdminEgg

Index

Properties

author

author: string

config

config: { extends?: string; files: {}; logs: Record<string, any>; startup: Record<string, any>; stop: string }

Type declaration

  • Optional extends?: string
  • files: {}
    • [fileName: string]: { extends: null; find: Record<string, any>; logs: Record<string, any>; parser: string; startup: Record<string, any>; stop: string }
      • extends: null
      • find: Record<string, any>
      • logs: Record<string, any>
      • parser: string
      • startup: Record<string, any>
      • stop: string
  • logs: Record<string, any>
  • startup: Record<string, any>
  • stop: string

created_at

created_at: string

description

description: string

docker_image

docker_image: string

id

id: number

name

name: string

nest

nest: number

script

script: { container: string; entry: string; extends?: string; install: string; privileged: boolean }

Type declaration

  • container: string
  • entry: string
  • Optional extends?: string
  • install: string
  • privileged: boolean

startup

startup: string

updated_at

updated_at: string

uuid

uuid: string

Generated using TypeDoc