ThreePipe
    Preparing search index...

    Interface ISerializedConfig

    interface ISerializedConfig {
        assetType: "config";
        metadata?: { generator: string; version: number; [key: string]: any };
        type: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    assetType: "config"
    metadata?: { generator: string; version: number; [key: string]: any }
    type: string