Variable builderIncompleteErrorConst

builderIncompleteError: IErrorHelper<{
    builderId: string;
    missingFields: string[];
    type: BuilderType;
} & DefaultErrorType> = ...