interface ArchivistBuilderConfig {
    name?: string;
    namespace?: string;
}

Properties

Properties

name?: string
namespace?: string