@ptkl/sdk - v1.7.1
    Preparing search index...

    Type Alias Extension

    type Extension = {
        config?: Record<string, any> | null;
        fields?: SettingsField[] | null;
        functions?: Function[] | null;
        is_active: boolean;
        name: string;
        templates?: Record<string, any> | null;
        templates_dist?: TemplatesDist | null;
        version?: string;
        workflows?: Record<string, any>[] | null;
    }
    Index

    Properties

    config?: Record<string, any> | null
    fields?: SettingsField[] | null
    functions?: Function[] | null
    is_active: boolean
    name: string
    templates?: Record<string, any> | null
    templates_dist?: TemplatesDist | null
    version?: string
    workflows?: Record<string, any>[] | null