Type Alias SchemaDeployerConfig

SchemaDeployerConfig: {
    autoDeploy?: boolean;
    client?: ConstructorParameters<typeof Client>[0];
}