Documentation
    Preparing search index...
    interface AbstractPlugin {
        configuration?: any;
        deploy_private_key?: string;
        description?: string;
        documentation_link?: string;
        has_auth?: boolean;
        has_theme?: boolean;
        id?: string | number;
        location: string;
        name: string;
        source: PluginSourceType;
        unsafe?: boolean;
        version?: string | number;
    }

    Implemented by

    Index

    Properties

    configuration?: any
    deploy_private_key?: string
    description?: string
    documentation_link?: string
    has_auth?: boolean
    has_theme?: boolean
    id?: string | number
    location: string
    name: string
    unsafe?: boolean
    version?: string | number