Interface RepluggedTheme

Hierarchy

  • RepluggedTheme

Properties

Properties

manifest: {
    author: Object;
    description: string;
    id: string;
    image?: string | [string, ...string[]];
    license: string;
    main?: string;
    name: string;
    source?: string;
    splash?: string;
    type: "replugged-theme";
    updater?: {
        id: string;
        type: "github" | "store";
    };
    version: string;
}

Type declaration

  • author: Object
  • description: string
  • id: string
  • Optional image?: string | [string, ...string[]]
  • license: string
  • Optional main?: string
  • name: string
  • Optional source?: string
  • Optional splash?: string
  • type: "replugged-theme"
  • Optional updater?: {
        id: string;
        type: "github" | "store";
    }
    • id: string
    • type: "github" | "store"
  • version: string
path: string

Generated using TypeDoc