Type Alias V3FactoryLifecycleDeployment

V3FactoryLifecycleDeployment: V3LifecycleDeploymentCommon & {
    adapter: "v3-factory-v1";
    initializer: null;
    atomicCreateAndInitialize: false;
}