Type alias AlreadyExistsErrorData

AlreadyExistsErrorData: {
    canForce: boolean;
    noun: AlreadyExistsEntity;
    where: string;
}

Type declaration

Generated using TypeDoc